mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 16:37:27 +02:00
tests: fixes snapshots
This commit is contained in:
@ -26,5 +26,6 @@ trait Gettable
|
||||
}
|
||||
}
|
||||
|
||||
get('foo'); // not incomplete because closure is created...
|
||||
get('foo')->get('bar')->expect(true)->toBeTrue();
|
||||
get('foo')->expect(true)->toBeTrue();
|
||||
|
||||
Reference in New Issue
Block a user