Files
pest/tests/Hooks/BeforeAllTest.php

12 lines
133 B
PHP

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