Commit f457073d by Alexander Kochetov

Tests excess dump removed

parent 68f65a9f
...@@ -95,7 +95,6 @@ class ExistValidatorTest extends DatabaseTestCase ...@@ -95,7 +95,6 @@ class ExistValidatorTest extends DatabaseTestCase
$m = new ValidatorTestRefModel(); $m = new ValidatorTestRefModel();
$m->test_val = [2, 3, 4, 5]; $m->test_val = [2, 3, 4, 5];
$val->validateAttribute($m, 'test_val'); $val->validateAttribute($m, 'test_val');
var_dump($m->errors);
$this->assertFalse($m->hasErrors('test_val')); $this->assertFalse($m->hasErrors('test_val'));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment