This commit is contained in:
Nuno Maduro
2021-07-26 22:45:08 +01:00
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);
}