Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
absszero committed Jan 6, 2024
1 parent 925e9b3 commit 9b57ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sonar*
junit-logfile.xml
clover.xml
composer.lock
my-layout.yaml
*.cache
.idea/
build/*
2 changes: 1 addition & 1 deletion tests/PheadCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testgenSample(): void
$this->assertEquals(0, $tester->getStatusCode());

$tester = $this->executeCommand($command, $input);
$this->assertEquals('my-layout.yaml already exists. Replace current file?', $tester->getDisplay());
$this->assertEquals(PHP_EOL . 'my-layout.yaml already exists. Replace the file?', $tester->getDisplay());
}

// test HeadCommand
Expand Down

0 comments on commit 9b57ba0

Please sign in to comment.