From 4ea0d69c1af5120f8f842692e5496fe866624bbd Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 19 Dec 2023 12:07:40 +0100 Subject: [PATCH] Amend some tests to verify new phpcs is being used --- tests/0-setup.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/0-setup.bats b/tests/0-setup.bats index a4b1476e..fd058e35 100755 --- a/tests/0-setup.bats +++ b/tests/0-setup.bats @@ -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" {