Changeset 3343510
Legend:
- Unmodified
- Added
- Removed
-
cookiebot/tags/4.5.11/tests/integration/addons/Test_Google_Site_Kit.php
r3262995 r3343510 19 19 $content = Google_Site_Kit::get_svn_file_content( 'includes/Modules/Analytics_4/Web_Tag.php' ); 20 20 21 $this->assertNotFalse( strpos( $content, "add_filter( 'script_loader_tag', \$ filter_google_gtagjs, 10, 2 );" ) );21 $this->assertNotFalse( strpos( $content, "add_filter( 'script_loader_tag', \$this->get_method_proxy( 'filter_tag_output' ), 10, 2 );" ) ); 22 22 } 23 23 } -
cookiebot/trunk/tests/integration/addons/Test_Google_Site_Kit.php
r3262995 r3343510 19 19 $content = Google_Site_Kit::get_svn_file_content( 'includes/Modules/Analytics_4/Web_Tag.php' ); 20 20 21 $this->assertNotFalse( strpos( $content, "add_filter( 'script_loader_tag', \$ filter_google_gtagjs, 10, 2 );" ) );21 $this->assertNotFalse( strpos( $content, "add_filter( 'script_loader_tag', \$this->get_method_proxy( 'filter_tag_output' ), 10, 2 );" ) ); 22 22 } 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.