Files
pest/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php
Nuno Maduro de2929077b first
2020-05-11 18:38:30 +02:00

6 lines
111 B
PHP

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