diff --git a/src/Concerns/Testable.php b/src/Concerns/Testable.php index 5c72e0f3..91b73d72 100644 --- a/src/Concerns/Testable.php +++ b/src/Concerns/Testable.php @@ -73,6 +73,7 @@ trait Testable { $this->__test = $test; $this->__description = $description; + self::$beforeAll = self::$afterAll = null; parent::__construct('__test', $data); }