mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 15:07:28 +02:00
do not return $this
This commit is contained in:
@ -8,8 +8,6 @@ uses(Macroable::class);
|
|||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
$this->macro('bar', function () {
|
$this->macro('bar', function () {
|
||||||
assertInstanceOf(TestCase::class, $this);
|
assertInstanceOf(TestCase::class, $this);
|
||||||
|
|
||||||
return $this;
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user