We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda2bf6 commit 9cea42fCopy full SHA for 9cea42f
tests/Core/Fixer/FixFileReturnValueTest.php
@@ -36,7 +36,7 @@ public function testReturnValueIsTrueWhenFileWasFixed()
36
$testCaseFile = __DIR__.'/Fixtures/test.inc';
37
$phpcsFile = new LocalFile($testCaseFile, $ruleset, $config);
38
$phpcsFile->process();
39
- $fixed = $phpcsFile->fixer->fixFile($phpcsFile);
+ $fixed = $phpcsFile->fixer->fixFile();
40
41
$this->assertTrue($fixed);
42
@@ -60,7 +60,7 @@ public function testReturnValueIsFalse($standard)
60
61
62
63
64
65
$this->assertFalse($fixed);
66
0 commit comments