Files
pest/tests/Hooks/AfterAllTest.php
2021-04-06 19:32:49 -05:00

11 lines
129 B
PHP

<?php
uses()->afterAll(function () {
});
afterAll(function () {
});
test('global afterAll execution order', function () {
});