Skip to content

Commit

Permalink
[TMP] Test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 3, 2024
1 parent 73e75bf commit 4a4bfae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/GatewayNativeQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ protected static function useProxies() : bool

public function testNativeQuery() : void
{
self::assertTrue(true);
return;
self::$connection->exec(<<<SQL
INSERT INTO User (name, street, city, zipcode, country_code, data)
VALUES ('Bob', 'Baker Street', 'London', NULL, 'GB', '[]')
Expand Down

0 comments on commit 4a4bfae

Please sign in to comment.