This commit is contained in:
Luke Downing
2023-02-10 13:20:46 +00:00
committed by Nuno Maduro
parent c319a8e84c
commit 757a98230e

View File

@ -2,4 +2,4 @@
test('closure was bound to CustomTestCase', function () { test('closure was bound to CustomTestCase', function () {
$this->assertCustomInSubFolderTrue(); $this->assertCustomInSubFolderTrue();
})->only(); });