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