From dccfa5d4c947f3837ef89ff0257056550aa696fc Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Wed, 17 Aug 2016 01:27:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D0=B4=D0=BE=D1=85=D1=88=D0=B8=D0=B9=20?= =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/codeception/common/unit/models/AccountTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeception/common/unit/models/AccountTest.php b/tests/codeception/common/unit/models/AccountTest.php index e00afdf..f0bd76e 100644 --- a/tests/codeception/common/unit/models/AccountTest.php +++ b/tests/codeception/common/unit/models/AccountTest.php @@ -105,7 +105,7 @@ class AccountTest extends DbTestCase { }); $this->specify('email should be not tempmail', function() { - $model = new Account(['email' => 'c1414001@trbvn.com']); + $model = new Account(['email' => 'ibrpycwyjdnt@dropmail.me']); expect($model->validate(['email']))->false(); expect($model->getErrors('email'))->equals(['error.email_is_tempmail']); });