There was an error while loading. Please reload this page.
1 parent 3702470 commit dc13ab4Copy full SHA for dc13ab4
1 file changed
tests/php/unit/TestMultisyde.php
@@ -37,7 +37,7 @@ public function test_init() {
37
*/
38
public function test_load_multisite(): void {
39
Functions\expect( 'function_exists' )->once()->with( 'is_multisite' )->andReturn( true );
40
- Functions\expect( 'is_network_admin' )->times( 2 )->andReturn( false );
+ Functions\expect( 'is_network_admin' )->times( 3 )->andReturn( false );
41
42
Plugin::load();
43
}
0 commit comments