Files
pest/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php
2021-08-13 10:14:01 +01:00

6 lines
111 B
PHP

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