mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
More tests
This commit is contained in:
@ -5,3 +5,11 @@ test('notice', function () {
|
||||
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
|
||||
describe('a "describe" group of tests', function () {
|
||||
test('notice', function () {
|
||||
trigger_error('This is a notice description', E_USER_NOTICE);
|
||||
|
||||
expect(true)->toBeTrue();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user