diff --git a/phpunit.xml b/phpunit.xml index 644e542..1d3da08 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -20,7 +20,7 @@ - - + + diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 27d43cb..6dda7da 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -101,7 +101,7 @@ class ClientTest extends TestCase 'user' => $this->router['user'], 'pass' => $this->router['pass'], 'host' => $this->router['host'], - 'port' => $this->port_modern, + 'port' => $this->port_legacy, 'legacy' => true ]); $this->assertIsObject($obj);