toBeFalse(); }); test('failures', function () { expect('')->toBeFalse(); })->throws(ExpectationFailedException::class); test('not failures', function () { expect(false)->not->toBe(false); })->throws(ExpectationFailedException::class);