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