mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
fix: description when before each fails
This commit is contained in:
@ -174,8 +174,6 @@ trait Testable
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->__description = self::$__latestDescription = $this->name();
|
||||
|
||||
TestSuite::getInstance()->test = $this;
|
||||
|
||||
parent::setUp();
|
||||
|
||||
Reference in New Issue
Block a user