mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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