Skip to content

Commit

Permalink
.php_cs -> .php-cs-fixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Apr 15, 2021
1 parent f766cc0 commit 629268c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Console/Command/ListFilesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class ListFilesCommandTest extends TestCase
public function testListWithConfig()
{
$commandTester = $this->doTestExecute([
'--config' => __DIR__ . '/../../Fixtures/ListFilesTest/.php_cs'
'--config' => __DIR__ . '/../../Fixtures/ListFilesTest/.php-cs-fixer.php'
]);
$this->assertSame(escapeshellarg('needs-fixing/needs-fixing.php').PHP_EOL, $commandTester->getDisplay());
}
Expand Down
File renamed without changes.

0 comments on commit 629268c

Please sign in to comment.