mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 23:17:28 +02:00
12 lines
133 B
PHP
12 lines
133 B
PHP
<?php
|
|
|
|
uses()->beforeAll(function () {
|
|
});
|
|
|
|
beforeAll(function () {
|
|
});
|
|
|
|
test('global beforeAll execution order', function () {
|
|
});
|
|
|