mirror of
https://github.com/pestphp/pest.git
synced 2026-06-10 13:12:17 +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