Skip to content

Commit 712e7d4

Browse files
committed
Disable this test which requires WordPress 6.4+ to work. It'll be reinstated when we switch the acceptance tests over to Playwright.
1 parent 7913cce commit 712e7d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/acceptance/DoingItWrongCest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public function DeprecatedArgumentShouldBeHandled( AcceptanceTester $I ): void {
1515
] );
1616
}
1717

18-
public function DeprecatedClassShouldBeHandled( AcceptanceTester $I ): void {
19-
$I->amOnAPageThatIsDoingItWrong( 'class' );
20-
$I->seeTableRowInQMPanel( 'Doing it Wrong (1)', [
21-
'Message' => 'Class My_Class is deprecated since version 2.0.0 with no alternative available.',
22-
] );
23-
}
18+
// public function DeprecatedClassShouldBeHandled( AcceptanceTester $I ): void {
19+
// $I->amOnAPageThatIsDoingItWrong( 'class' );
20+
// $I->seeTableRowInQMPanel( 'Doing it Wrong (1)', [
21+
// 'Message' => 'Class My_Class is deprecated since version 2.0.0 with no alternative available.',
22+
// ] );
23+
// }
2424

2525
public function DeprecatedConstructorShouldBeHandled( AcceptanceTester $I ): void {
2626
$I->amOnAPageThatIsDoingItWrong( 'constructor' );

0 commit comments

Comments
 (0)