mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01: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