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.
1 parent b84213d commit 5341d82Copy full SHA for 5341d82
tests/php/test-uninstall.php
@@ -569,6 +569,7 @@ public function test_remove_plugin_data() {
569
$num_queries_before = $wpdb->num_queries;
570
require AMP__DIR__ . '/uninstall.php';
571
$this->flush_cache();
572
+ // Update for multisite.
573
$this->assertEquals( $num_queries_before, $wpdb->num_queries );
574
575
$this->assertNotEmpty( get_option( AMP_Options_Manager::OPTION_NAME, false ) );
0 commit comments