toBeDirectory(); }); test('failures', function () { expect('/random/path/whatever')->toBeDirectory(); })->throws(ExpectationFailedException::class); test('not failures', function () { expect('.')->not->toBeDirectory(); })->throws(ExpectationFailedException::class);