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