From b36a6082177abd0fb6e293aa88b6db51966d3731 Mon Sep 17 00:00:00 2001 From: Okhin Date: Sat, 13 Oct 2018 15:00:41 +0200 Subject: [PATCH] Activating the AddressCreation test --- tests/functional/Handler/AddressHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/Handler/AddressHandlerTest.php b/tests/functional/Handler/AddressHandlerTest.php index 65a5714..bb581b1 100644 --- a/tests/functional/Handler/AddressHandlerTest.php +++ b/tests/functional/Handler/AddressHandlerTest.php @@ -40,7 +40,7 @@ class AddressHandlerTest extends FunctionalTest $this->assertTrue($this->isDefaultAddress(2)); } - public function notestAddressCreateWithSpecialChars() + public function testAddressCreateWithSpecialChars() { $this->assertTrue($this->addressExists(1)); $this->assertTrue($this->isDefaultAddress(1)); -- GitLab