mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Adjust style
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
use PHPUnit\Framework\ExpectationFailedException;
|
||||
|
||||
test('pass', function () {
|
||||
expect(function () {
|
||||
})->toBeCallable();
|
||||
expect(function () {})->toBeCallable();
|
||||
expect(null)->not->toBeCallable();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user