diff --git a/tests/phpunit/test-rest-api-snippets-shared-network-toggle.php b/tests/phpunit/test-rest-api-snippets-shared-network-toggle.php index 62676503..04995124 100644 --- a/tests/phpunit/test-rest-api-snippets-shared-network-toggle.php +++ b/tests/phpunit/test-rest-api-snippets-shared-network-toggle.php @@ -167,7 +167,7 @@ protected function read_ms_active_column( int $snippet_id ): ?string { global $wpdb; $table = code_snippets()->db->ms_table; - $value = $wpdb->get_var( + $value = $wpdb->get_var( // phpcs:ignore WordPress.DB.DirectDatabaseQuery.NoCaching $wpdb->prepare( "SELECT active FROM {$table} WHERE id = %d", $snippet_id ) );