Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 3e90a37

Browse files
committed
fixed test
1 parent 22f2d10 commit 3e90a37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/Issues/Issue143Test.php

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
use GraphAware\Neo4j\Client\ClientBuilder;
66
use GraphAware\Neo4j\Client\Tests\Integration\IntegrationTestCase;
77

8+
/**
9+
* Class Issue143Test
10+
* @package GraphAware\Neo4j\Client\Tests\Issues
11+
*
12+
* @group t143
13+
*/
814
class Issue143Test extends IntegrationTestCase
915
{
1016
public function setUp()
@@ -21,7 +27,7 @@ public function setUp()
2127

2228
protected function getAdditionalConnections()
2329
{
24-
return ['non-exist', 'bolt://error:7687'];
30+
return ['non-exist' => 'bolt://error:7687'];
2531
}
2632

2733

0 commit comments

Comments
 (0)