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