From 73d108d466a257f66071d5b951537ca010103a91 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Sun, 5 Jan 2020 05:46:05 +0300 Subject: [PATCH] legacy detec fix --- phpunit.xml | 4 ++-- tests/ClientTest.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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);