mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 08:47:22 +01: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