We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c434fca commit 94fbdb0Copy full SHA for 94fbdb0
tests/integration/addons/Test_Wp_Seopress.php
@@ -19,6 +19,6 @@ public function test_buffer_output_tag_wp_seopress() {
19
$content = Wp_Seopress::get_svn_file_content( 'inc/functions/options-google-analytics.php' );
20
21
// test the content
22
- $this->assertNotFalse( strpos( $content, "add_action('seopress_google_analytics_html', 'seopress_google_analytics_js', 10, 1);" ) );
+ $this->assertNotFalse( strpos( $content, "add_action( 'seopress_google_analytics_html', 'seopress_google_analytics_js', 10, 1 );" ) );
23
}
24
0 commit comments