toEqual(true); }); test('can also pass', function () { expect("string")->toBeString(); }); test('can pass with dataset', function ($value) { expect($value)->toEqual(true); })->with([true]);