Skip to content

Commit

Permalink
fix test-expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Apr 15, 2021
1 parent 72b36fd commit d722e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Console/Command/ListFilesCommandTest.php
Expand Up @@ -30,7 +30,7 @@ public function testListWithConfig()
$commandTester = $this->doTestExecute([
'--config' => __DIR__.'/test-project/.php_cs'
]);
$this->assertSame('"needs-fixing.php"', $commandTester->getDisplay());
$this->assertSame(escapeshellarg('needs-fixing.php').PHP_EOL, $commandTester->getDisplay());
}

/**
Expand Down

0 comments on commit d722e7f

Please sign in to comment.