Skip to content

Commit

Permalink
Amend some tests to verify new phpcs is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 19, 2023
1 parent f76730a commit 4ea0d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/0-setup.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load libs/shared_setup
assert_success

run $phpcs --version
assert_output --regexp "PHP_CodeSniffer version [0-9]+\.[0-9]+\.[0-9]+ \(stable\) by Squiz \(http://www.squiz.net\)"
assert_output --regexp "PHP_CodeSniffer version [0-9]+\.[0-9]+\.[0-9]+ \(stable\) by Squiz and PHPCSStandards"
}

@test "GNU grep installed" {
Expand Down

0 comments on commit 4ea0d69

Please sign in to comment.