From 3144cf7105e5c182a0d42de93cd18297b797b859 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 23 Dec 2024 09:58:22 -0800 Subject: [PATCH] stub test for change --- tests/phpunit/wpmatomo/db/test-wordpress.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/phpunit/wpmatomo/db/test-wordpress.php b/tests/phpunit/wpmatomo/db/test-wordpress.php index a2de4d6e5..59fd812b8 100644 --- a/tests/phpunit/wpmatomo/db/test-wordpress.php +++ b/tests/phpunit/wpmatomo/db/test-wordpress.php @@ -271,6 +271,10 @@ public function test_update_sets_null_values_correctly_when_all_params_are_null( $this->assertNull( $row['message'] ); } + public function test_query_recognizes_mariadb_set_for_queries() { + throw new \Exception( 'unimplemented' ); + } + private function insert_many_values() { $this->insert_access( 'foo', 'view' ); $this->insert_access( 'bar', 'write' );