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 683729a commit 6436055Copy full SHA for 6436055
tests/clean-database.php
@@ -17,4 +17,8 @@
17
18
$connection = $_ENV['CONNECTION'] ?? 'neo4j://neo4j:testtest@localhost';
19
20
+echo '================================================================================'.PHP_EOL;
21
+echo 'CLEANING DATABASE neo4j OVER CONNECTION: ';
22
+echo $connection.PHP_EOL;
23
+
24
Driver::create($connection)->createSession()->run('MATCH (x) DETACH DELETE x');
0 commit comments