fixed failing validator tests

This commit is contained in:
Carsten Brandt
2013-10-24 00:00:32 +02:00
parent 7e1dd67293
commit 3631890cba
14 changed files with 72 additions and 0 deletions

View File

@ -8,6 +8,12 @@ use yiiunit\TestCase;
*/
class DefaultValueValidatorTest extends TestCase
{
protected function setUp()
{
parent::setUp();
$this->mockApplication();
}
public function testValidateAttribute()
{
$val = new DefaultValueValidator;