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 7b5d823 commit cedcd06Copy full SHA for cedcd06
tests/test-ajax.php
@@ -285,7 +285,7 @@ public function test_sql_save_chart_subscriber() {
285
$_GET['chart'] = '1';
286
287
$_POST['params'] = array(
288
- 'query' => "SELECT * FROM wp_posts LIMIT 1",
+ 'query' => 'SELECT * FROM wp_posts LIMIT 1',
289
);
290
try {
291
// Trigger the AJAX action
@@ -313,7 +313,7 @@ public function test_sql_save_chart_admin() {
313
314
315
316
317
318
319
0 commit comments