mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
style: split assignment into two lines clarity
This commit is contained in:
@ -73,7 +73,8 @@ trait Testable
|
|||||||
{
|
{
|
||||||
$this->__test = $test;
|
$this->__test = $test;
|
||||||
$this->__description = $description;
|
$this->__description = $description;
|
||||||
self::$beforeAll = self::$afterAll = null;
|
self::$beforeAll = null;
|
||||||
|
self::$afterAll = null;
|
||||||
|
|
||||||
parent::__construct('__test', $data);
|
parent::__construct('__test', $data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user