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 ba175cd commit 58e221fCopy full SHA for 58e221f
tests/Integration/ComplexQueryTest.php
@@ -338,4 +338,9 @@ public function testLongQueryUnmanagedNegative(): void
338
self::assertEquals('Neo.ClientError.Transaction.TransactionTimedOut', $e->getNeo4jCode());
339
}
340
341
+
342
+ public function testReturnNoResults(): void
343
+ {
344
+ self::assertEquals([], $this->getSession()->run('UNWIND [] AS x RETURN x')->toRecursiveArray());
345
+ }
346
0 commit comments