mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 23:17:28 +02:00
feat(expect): updates test suite to use expectation api
This commit is contained in:
@ -7,5 +7,5 @@ it('gets file name from called file', function () {
|
||||
return Backtrace::file();
|
||||
};
|
||||
|
||||
assertEquals(__FILE__, $a());
|
||||
expect($a())->toBe(__FILE__);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user