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