Skip to content

Commit

Permalink
stub test for change
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 23, 2024
1 parent 7cbbb01 commit 3144cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/phpunit/wpmatomo/db/test-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 3144cf7

Please sign in to comment.