Skip to content

Commit abf3c61

Browse files
ArturGoldynsebastianbergmann
authored andcommitted
Update TetCase.php to pass linter.
1 parent b1f79e8 commit abf3c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Framework/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,9 +779,9 @@ public function run(TestResult $result = null)
779779
$class = new ReflectionClass($this);
780780

781781
if ($runEntireClass) {
782-
$template = new Text_Template(
783-
__DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl'
784-
);
782+
$template = new Text_Template(
783+
__DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl'
784+
);
785785
} else {
786786
$template = new Text_Template(
787787
__DIR__ . '/../Util/PHP/Template/TestCaseMethod.tpl'

0 commit comments

Comments
 (0)