소스 검색

[ZF-6186] Zend_Validate:

 - added missing unitcode teardown

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16172 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 년 전
부모
커밋
899925ce8f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Zend/Validate/AbstractTest.php

+ 1 - 0
tests/Zend/Validate/AbstractTest.php

@@ -80,6 +80,7 @@ class Zend_Validate_AbstractTest extends PHPUnit_Framework_TestCase
     {
         $this->clearRegistry();
         Zend_Validate_Abstract::setDefaultTranslator(null);
+        Zend_Validate::setMessageLength(-1);
     }
 
     public function testTranslatorNullByDefault()