Files
pest/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php
T
2026-07-18 01:10:01 +01:00

6 lines
117 B
PHP

<?php
test('closure was bound to CustomTestCase', function (): void {
$this->assertCustomInSubFolderTrue();
});