zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

issue#27 - Tidy some misplaced unit tests #223

Closed codisart closed 5 years ago

codisart commented 6 years ago

Fix #27 ValidatorChainTest::testIsValidWithParameters() has already been removed.

ValidatorChainTest::testStaticFactoryClassNotFound() still exist and was moved to StaticValidatorTest.

ValidatorChainTest::testSetGetMessageLengthLimitation() still exist but was removed since StaticValidatorTest::testMaximumErrorMessageLength() test the same behavior.

ValidatorChainTest::testSetGetDefaultTranslator() still exist but was removed along AbstractTest::testGlobalDefaultTranslatorNullByDefault() since the sale behavior is already tested by AbstractTest::testDefaultTranslatorMethods().

weierophinney commented 5 years ago

Thanks, @codisart!