Completed
Push — master ( 8abb49...03fc9d )
by Jakub
01:40
created
src/Tester.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,8 @@
 block discarded – undo
39 39
         $this->onExecute[] = [$this, "setup"];
40 40
         $this->onExecute[] = [$this, "printInfo"];
41 41
         $this->testsSuitesFinder = $testsSuitesFinder ?? new TestSuitesFinder();
42
-        $this->testSuiteFactory = $testSuiteFactory ?? new class implements ITestSuiteFactory {
42
+        $this->testSuiteFactory = $testSuiteFactory ?? new class implements ITestSuiteFactory
43
+        {
43 44
             public function create(string $className): TestCase
44 45
             {
45 46
                 return new $className();
Please login to merge, or discard this patch.