From 5e243bc83fe11f168c7f347cecdb7bc53ddc9cb5 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 2 Jul 2024 11:51:59 -0700 Subject: [PATCH] fix tests --- .github/script.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/script.sh b/.github/script.sh index a14b641..2f8fd78 100755 --- a/.github/script.sh +++ b/.github/script.sh @@ -33,7 +33,8 @@ cd ~/fixture || exit 1 INSTALLED=$(./vendor/bin/phpcs -i) EXPECTED=( AcquiaDrupalStrict - AcquiaDrupalTransitional + AcquiaDrupal + AcquiaPHPStrict AcquiaPHP Drupal DrupalPractice @@ -54,12 +55,13 @@ if [[ "$FAILURES" ]]; then fi # Place a good test file. -printf " good.php +printf " good.php # Test that the SUT's standards can be run. EXPECTED=( AcquiaDrupalStrict - AcquiaDrupalTransitional + AcquiaDrupal + AcquiaPHPStrict AcquiaPHP ) for STANDARD in "${EXPECTED[@]}"; do