Skip to content

Commit 70b206d

Browse files
committed
DEBUG
1 parent a5e4359 commit 70b206d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Neo4jQueryAPIUnitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function setUp(): void
6363
/**
6464
* @throws GuzzleException
6565
*/
66-
public function testRunSuccess(): void
66+
/*public function testRunSuccess(): void
6767
{
6868
// Mock response for a successful query
6969
$mock = new MockHandler([
@@ -80,5 +80,5 @@ public function testRunSuccess(): void
8080
$result = $neo4jQueryAPI->run($cypherQuery);
8181
8282
$this->assertEquals(new ResultSet([new ResultRow(['hello' => 'world'])], new ResultCounters(), new Bookmarks([])), $result);
83-
}
83+
}*/
8484
}

0 commit comments

Comments
 (0)