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

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwattro committed Nov 21, 2018
1 parent 22f2d10 commit 3e90a37
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/Issues/Issue143Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
use GraphAware\Neo4j\Client\ClientBuilder;
use GraphAware\Neo4j\Client\Tests\Integration\IntegrationTestCase;

/**
* Class Issue143Test
* @package GraphAware\Neo4j\Client\Tests\Issues
*
* @group t143
*/
class Issue143Test extends IntegrationTestCase
{
public function setUp()
Expand All @@ -21,7 +27,7 @@ public function setUp()

protected function getAdditionalConnections()
{
return ['non-exist', 'bolt://error:7687'];
return ['non-exist' => 'bolt://error:7687'];
}


Expand Down

0 comments on commit 3e90a37

Please sign in to comment.