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

11 lines
132 B
PHP

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