Skip to content

Commit b4c50bb

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 d0d4411 commit b4c50bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Core/ErrorSuppressionTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ public function testSuppressScope($before, $after, $expectedErrors=0)
605605
$ruleset = new Ruleset($config);
606606
}
607607

608-
$content = '<?php '.PHP_EOL.$before.'$var = FALSE;'.$after.PHP_EOL.'$var = FALSE;';
609608
$content = <<<EOD
610609
<?php
611610
class MyClass() {

0 commit comments

Comments
 (0)