diff --git a/tests/unit/Auth/Validator/PhoneTest.php b/tests/unit/Auth/Validator/PhoneTest.php index 0bb0dd1fca..d5a4e7f826 100644 --- a/tests/unit/Auth/Validator/PhoneTest.php +++ b/tests/unit/Auth/Validator/PhoneTest.php @@ -41,6 +41,5 @@ class PhoneTest extends TestCase $this->assertEquals($this->object->isValid('+5511552563253'), true); $this->assertEquals($this->object->isValid('+55115525632534'), true); $this->assertEquals($this->object->isValid('+919367788755111'), true); - } }