diff --git a/tests/phpunit/test-admin_notices.php b/tests/phpunit/test-admin_notices.php index 5457073b..31fc6e85 100644 --- a/tests/phpunit/test-admin_notices.php +++ b/tests/phpunit/test-admin_notices.php @@ -67,7 +67,7 @@ public function test_edac_get_gaad_promo_message_contains_promo_message() { $message = $this->admin_notices->edac_get_gaad_promo_message(); $this->assertStringContainsString( '🎉 Get 30% off Accessibility Checker Pro in honor of Global Accessibility Awareness Day! 🎉', $message ); $this->assertStringContainsString( 'Use coupon code GAAD23 from May 18th-May 25th to get access to full-site scanning and other pro features at a special discount.', $message ); - $this->assertStringContainsString( 'https://my.equalizedigital.com/support/pre-sale-questions/?utm_source=accessibility-checker&utm_medium=software&utm_campaign=GAAD23', $message ); + $this->assertStringContainsString( 'https://my.equalizedigital.com/support/pre-sale-questions/?utm_source=accessibility-checker&utm_medium=software&utm_campaign=GAAD23', $message ); $this->assertStringContainsString( 'https://equalizedigital.com/accessibility-checker/pricing/?utm_source=accessibility-checker&utm_medium=software&utm_campaign=GAAD23', $message ); } @@ -95,8 +95,7 @@ public function test_edac_password_protected_notice_text_contains_notice_message $message = $this->admin_notices->edac_password_protected_notice_text(); $this->assertStringContainsString( 'Whoops! It looks like your website is currently password protected.', $message ); $this->assertStringContainsString( 'The free version of Accessibility Checker can only scan live websites.', $message ); - $this->assertStringContainsString( 'To scan this website for accessibility problems either remove the password protection or upgrade to pro.', $message ); + $this->assertStringContainsString( 'To scan this website for accessibility problems either remove the password protection or upgrade to pro.', $message ); $this->assertStringContainsString( 'Scan results may be stored from a previous scan.', $message ); } - }