Files
pest/tests/Hooks/AfterAllTest.php

12 lines
130 B
PHP

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