Skip to content

Commit

Permalink
Updates zenstruck/console-test package
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Jul 24, 2024
1 parent 1111202 commit 21909c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"php-mock/php-mock-phpunit": "^2.7||^1.1",
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^11.2.6||^10.5.25",
"zenstruck/console-test": "^1.5"
"zenstruck/console-test": "^1.6"
}
}
2 changes: 1 addition & 1 deletion tests/Commands/ValidateCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public function gitattributesIsInSuggestedFileContent(): void
TestCommand::for($command)
->execute(WORKING_DIRECTORY)
->assertOutputContains($expectedDisplay)
->assertStatusCode(1);
->assertFaulty();
}

#[Test]
Expand Down

0 comments on commit 21909c8

Please sign in to comment.