mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
More tests
This commit is contained in:
@ -5,3 +5,11 @@ it('is a test', function () {
|
||||
});
|
||||
|
||||
it('is a higher order message test')->expect(true)->toBeTrue();
|
||||
|
||||
describe('a "describe" group of tests', function () {
|
||||
it('is a test', function () {
|
||||
expect(['key' => 'foo'])->toHaveKey('key')->key->toBeString();
|
||||
});
|
||||
|
||||
it('is a higher order message test')->expect(true)->toBeTrue();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user