Skip to content

Commit cd71c88

Browse files
committed
ErrorSuppressionTest: remove stray line of code
Copy/paste artifact. The actual `$content` which this test uses is defined on the line below.
1 parent 2becc37 commit cd71c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Core/ErrorSuppressionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ public function testSuppressScope($before, $after, $expectedErrors=0)
550550
$ruleset = new Ruleset($config);
551551
}
552552

553-
$content = '<?php '.PHP_EOL.$before.'$var = FALSE;'.$after.PHP_EOL.'$var = FALSE;';
554553
$content = <<<EOD
555554
<?php
556555
class MyClass() {

0 commit comments

Comments
 (0)