Skip to content

Commit 6436055

Browse files
committed
output connection
1 parent 683729a commit 6436055

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/clean-database.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717

1818
$connection = $_ENV['CONNECTION'] ?? 'neo4j://neo4j:testtest@localhost';
1919

20+
echo '================================================================================'.PHP_EOL;
21+
echo 'CLEANING DATABASE neo4j OVER CONNECTION: ';
22+
echo $connection.PHP_EOL;
23+
2024
Driver::create($connection)->createSession()->run('MATCH (x) DETACH DELETE x');

0 commit comments

Comments
 (0)