mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Adjust style
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
use Pest\Support\Reflection;
|
||||
|
||||
it('gets file name from closure', function () {
|
||||
$fileName = Reflection::getFileNameFromClosure(function () {
|
||||
});
|
||||
$fileName = Reflection::getFileNameFromClosure(function () {});
|
||||
|
||||
expect($fileName)->toBe(__FILE__);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user