Skip to content

Commit faf13d1

Browse files
Fix CS/WS issue
1 parent 65a3ba5 commit faf13d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/PHP/Template/TestCaseClass.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function __phpunit_run_isolated_test()
4949

5050
$test = new {className}('{name}', unserialize('{data}'), '{dataName}');
5151
$test->setDependencyInput(unserialize('{dependencyInput}'));
52-
$test->setInIsolation(TRUE);
52+
$test->setInIsolation(true);
5353

5454
ob_end_clean();
5555
$test->run($result);

0 commit comments

Comments
 (0)