We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@covers
1 parent e1cd3ba commit 5aedabeCopy full SHA for 5aedabe
tests/Unit/AI_Free_Sparks/User_Interface/Free_Sparks_Route/Conditional_Test.php
@@ -11,7 +11,7 @@
11
*
12
* @group ai-free-sparks
13
14
- * @covers \Yoast\WP\SEO\AI_Free_Sparks\User_Interface\Free_Sparks_Route::_conditional
+ * @covers \Yoast\WP\SEO\AI_Free_Sparks\User_Interface\Free_Sparks_Route::get_conditionals
15
*/
16
final class Conditional_Test extends Abstract_Free_Sparks_Route_Test {
17
@@ -22,6 +22,6 @@ final class Conditional_Test extends Abstract_Free_Sparks_Route_Test {
22
23
public function test_conditional() {
24
$expected = [ AI_Conditional::class ];
25
- self::assertSame( $expected, Free_Sparks_Route::get_conditionals() );
+ $this->assertSame( $expected, Free_Sparks_Route::get_conditionals() );
26
}
27
0 commit comments