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