From 757a98230e11446889bde0fdf9cb6a3de5e5131e Mon Sep 17 00:00:00 2001 From: Luke Downing Date: Fri, 10 Feb 2023 13:20:46 +0000 Subject: [PATCH] WIP --- .../SubFolder/SubFolder/UsesPerSubDirectory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php b/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php index 3136a08b..01bb8456 100644 --- a/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php +++ b/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/UsesPerSubDirectory.php @@ -2,4 +2,4 @@ test('closure was bound to CustomTestCase', function () { $this->assertCustomInSubFolderTrue(); -})->only(); +});