From b2b0a4e774f721b9dd7cc171741ab1611db8569e Mon Sep 17 00:00:00 2001 From: Josantonius Date: Sun, 12 Nov 2017 02:39:35 +0100 Subject: [PATCH] The file was corrected --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e883d9..7824f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ * Change the `addBackslash` method to `addBackSlash` method and refactorize. * Fix command in composer.json will output the ERROR: The file "src,tests" does not exist. Change this to the `vendor/bin/phpcbf src tests` command. -* Deleted `Josantonius\Url\Tests\UrlTest::testGetProtocolWithUrl()` method. -* Deleted `Josantonius\Url\Tests\UrlTest::testGetDomainWithDomain()` method. -* Deleted `Josantonius\Url\Tests\UrlTest::testGetDomainWithInvalidDomain()` method. -* Deleted `Josantonius\Url\Tests\UrlTest::testAddBackSlashDefault()` method. +* Added `Josantonius\Url\Tests\UrlTest::testGetProtocolWithUrl()` method. +* Added `Josantonius\Url\Tests\UrlTest::testGetDomainWithDomain()` method. +* Added `Josantonius\Url\Tests\UrlTest::testGetDomainWithInvalidDomain()` method. +* Added `Josantonius\Url\Tests\UrlTest::testAddBackSlashDefault()` method. ## 1.1.7 - 2017-11-09