toEqual(false); }); it('can be ignored because of no assertions', function () { }); it('can be ignored because it is skipped', function () { expect(true)->toBeTrue(); })->skip("this is why"); it('can fail', function () { $this->fail("oh noo"); }); it('is not done yet', function () { })->todo(); todo("build this one.");