mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
11 lines
132 B
PHP
11 lines
132 B
PHP
<?php
|
|
|
|
uses()->beforeAll(function () {
|
|
});
|
|
|
|
beforeAll(function () {
|
|
});
|
|
|
|
test('global beforeAll execution order', function () {
|
|
});
|