mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
test: adding tests for beforeEach and afterEach + empty tests for *All
This commit is contained in:
11
tests/Hooks/AfterAllTest.php
Normal file
11
tests/Hooks/AfterAllTest.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
uses()->afterAll(function () {
|
||||
});
|
||||
|
||||
afterAll(function () {
|
||||
});
|
||||
|
||||
test('global afterAll execution order', function () {
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user