mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
More tests
This commit is contained in:
@ -9,3 +9,9 @@ it('allows access to the underlying expectNotToPerformAssertions method', functi
|
||||
it('allows performing no expectations without being risky', function () {
|
||||
$result = 1 + 1;
|
||||
})->throwsNoExceptions();
|
||||
|
||||
describe('a "describe" group of tests', function () {
|
||||
it('allows performing no expectations without being risky', function () {
|
||||
$result = 1 + 1;
|
||||
});
|
||||
})->throwsNoExceptions();
|
||||
|
||||
Reference in New Issue
Block a user