File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function testValidUrl(): void
90
90
*/
91
91
public function testInvalidIp (): void
92
92
{
93
- $ driver = BoltDriver::create ('bolt://neo4j:test@127.0.0.0 ' );
93
+ $ driver = BoltDriver::create ('bolt://neo4j:test@999.999.999.999 ' );
94
94
$ this ->expectException (ConnectException::class);
95
95
$ driver ->createSession ()->run ('RETURN 1 ' );
96
96
}
@@ -100,7 +100,7 @@ public function testInvalidIp(): void
100
100
*/
101
101
public function testInvalidSocket (): void
102
102
{
103
- $ driver = BoltDriver::create ('bolt://neo4j:test@127.0.0.0 ' );
103
+ $ driver = BoltDriver::create ('bolt://neo4j:test@999.999.999.999 ' );
104
104
$ this ->expectException (ConnectException::class);
105
105
$ driver ->createSession ()->run ('RETURN 1 ' );
106
106
}
You can’t perform that action at this time.
0 commit comments