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