Merge pull request #357 from jordanbrauer/fix-static-hooks

Fix static hooks
This commit is contained in:
Nuno Maduro
2021-07-26 22:33:58 +01:00
committed by GitHub
4 changed files with 67 additions and 10 deletions

View File

@ -73,6 +73,8 @@ trait Testable
{
$this->__test = $test;
$this->__description = $description;
self::$beforeAll = null;
self::$afterAll = null;
parent::__construct('__test', $data);
}