Skip to content

Commit 5341d82

Browse files
committed
Add test commit
1 parent b84213d commit 5341d82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/php/test-uninstall.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ public function test_remove_plugin_data() {
569569
$num_queries_before = $wpdb->num_queries;
570570
require AMP__DIR__ . '/uninstall.php';
571571
$this->flush_cache();
572+
// Update for multisite.
572573
$this->assertEquals( $num_queries_before, $wpdb->num_queries );
573574

574575
$this->assertNotEmpty( get_option( AMP_Options_Manager::OPTION_NAME, false ) );

0 commit comments

Comments
 (0)