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