Plugin Directory

Changeset 3343510


Ignore:
Timestamp:
08/12/2025 11:36:01 AM (8 months ago)
Author:
cookiebot
Message:

Fix: test case

Location:
cookiebot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cookiebot/tags/4.5.11/tests/integration/addons/Test_Google_Site_Kit.php

    r3262995 r3343510  
    1919        $content = Google_Site_Kit::get_svn_file_content( 'includes/Modules/Analytics_4/Web_Tag.php' );
    2020
    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 );" ) );
    2222    }
    2323}
  • cookiebot/trunk/tests/integration/addons/Test_Google_Site_Kit.php

    r3262995 r3343510  
    1919        $content = Google_Site_Kit::get_svn_file_content( 'includes/Modules/Analytics_4/Web_Tag.php' );
    2020
    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 );" ) );
    2222    }
    2323}
Note: See TracChangeset for help on using the changeset viewer.