respect-validation/tests/unit/Rules
Henrique Moody fe7fed3461
Remove support "egulias/email-validator" ~1.0
The rule "Email" now only supports the version >=2.0 of
"egulias/email-validator". Also a few changes were made to make the rule
a bit simpler.

The method "getEmailValidator()" which was a lazy load of the
"EmailValidator" class was removed in favor of trying to create the
instance of "EmailValidator" in the constructor of "Email". That makes
the rule immutable after its creation.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-08-22 17:22:46 +02:00
..
Locale Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
AbstractCompositeTest.php Simplify "AbstractComposite" class 2018-07-24 08:07:18 +02:00
AbstractCtypeRuleTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractEnvelopeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
AbstractFilterRuleTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractRegexRuleTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractRelatedTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractRuleTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractSearcherTest.php Enforce the use of "@covers" annotation 2018-07-23 21:37:38 +02:00
AbstractWrapperTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
AllOfTest.php Simplify "AbstractComposite" class 2018-07-24 08:07:18 +02:00
AlnumTest.php Merge branch '1.1' 2018-08-01 20:22:37 +02:00
AlphaTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
AlwaysInvalidTest.php Apply contribution guidelines to "AlwaysInvalid" rule 2018-06-04 09:12:14 +02:00
AlwaysValidTest.php Apply contribution guidelines to "AlwaysValid" rule 2018-06-04 09:12:11 +02:00
AnyOfTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ArrayTypeTest.php Apply contribution guidelines to "ArrayType" rule 2018-03-16 11:19:14 +01:00
ArrayValTest.php Apply contribution guidelines to "ArrayVal" rule 2018-04-02 23:19:22 +02:00
AttributeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
Base64Test.php Apply contribution guidelines to "Base64" rule 2018-06-09 08:54:39 +02:00
BaseTest.php Apply contribution guidelines to "Base" rule 2018-06-09 08:54:34 +02:00
BetweenTest.php Add support to Countable type for ComparisonHelper 2018-06-18 11:13:16 +02:00
BoolTypeTest.php Apply contribution guidelines to "BoolType" rule 2018-03-27 00:09:58 +02:00
BoolValTest.php Apply contribution guidelines to "BoolVal" rule 2018-06-09 08:54:42 +02:00
BsnTest.php Apply contribution guidelines to "Bsn" rule 2018-06-10 13:01:10 -03:00
CallableTypeTest.php Apply contribution guidelines to "CallableType" rule 2018-05-19 17:07:59 +02:00
CallbackTest.php Apply contribution guidelines to "Callback" rule 2018-06-11 18:47:28 +02:00
CallTest.php Intercept throwables in the "Call" rule 2018-08-22 17:04:20 +02:00
CharsetTest.php Apply contribution guidelines to "Charset" rule 2018-06-11 22:24:28 +02:00
CnhTest.php Apply contribution guidelines to "Cnh" rule 2018-06-11 22:24:28 +02:00
CnpjTest.php Apply contribution guidelines to "Cnpj" rule 2018-06-15 17:24:19 +02:00
CntrlTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ConsonantTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ContainsTest.php Apply contribution guidelines to "Contains" rule 2018-06-04 09:11:58 +02:00
CountableTest.php Apply contribution guidelines to "Countable" rule 2018-06-04 09:12:04 +02:00
CountryCodeTest.php Apply contribution guidelines to "CountryCode" rule 2018-06-15 18:49:52 +02:00
CpfTest.php Apply contribution guidelines to "Cpf" rule 2018-06-04 09:12:07 +02:00
CreditCardTest.php Apply contribution guidelines to "CreditCard" rule 2018-06-15 22:12:17 +02:00
CurrencyCodeTest.php Apply contribution guidelines to "CurrencyCode" rule 2018-06-18 20:55:43 +02:00
DateTest.php Create "Date" rule 2018-01-29 09:39:57 +01:00
DateTimeTest.php Fix coding standards 2018-02-04 01:00:30 +01:00
DigitTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
DirectoryTest.php Apply contribution guidelines to "Directory" rule 2018-06-20 22:34:21 +02:00
DomainTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
EachTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
EmailTest.php Remove support "egulias/email-validator" ~1.0 2018-08-22 17:22:46 +02:00
EndsWithTest.php Apply contribution guidelines to "EndsWith" rule 2018-07-01 14:11:56 +02:00
EqualsTest.php Apply contribution guidelines to "Equals" rule 2018-01-15 09:16:45 +01:00
EquivalentTest.php Create "Equivalent" rule 2018-06-23 17:38:53 +02:00
EvenTest.php Apply contribution guidelines to "Even" rule 2018-05-31 08:37:38 +02:00
ExecutableTest.php Apply contribution guidelines to "Executable" rule 2018-06-20 22:34:21 +02:00
ExistsTest.php Apply contribution guidelines to "Exists" rule 2018-06-20 22:34:21 +02:00
ExtensionTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
FactorTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
FalseValTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
FibonacciTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
FileTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
FilterVarTest.php Apply contribution guidelines to "FilterVar" rule 2018-06-11 18:40:05 +02:00
FiniteTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
FloatTypeTest.php Apply contribution guidelines to "FloatType" rule 2018-03-27 00:17:34 +02:00
FloatValTest.php Apply contribution guidelines to "FloatVal" rule 2018-06-05 09:24:07 +02:00
GraphTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
GreaterThanTest.php Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
HexRgbColorTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
IdenticalTest.php Fix coding standards 2018-02-04 01:00:30 +01:00
ImageTest.php Apply contribution guidelines to "Image" rule 2018-07-23 21:55:54 +02:00
ImeiTest.php Apply contribution guidelines to "Imei" rule 2018-08-16 21:54:16 +02:00
InfiniteTest.php Apply contribution guidelines to "Infinite" rule 2018-08-16 21:54:16 +02:00
InstanceTest.php Apply contribution guidelines to "Instance" rule 2018-08-16 21:54:17 +02:00
InTest.php Apply contribution guidelines to "In" rule 2018-08-19 16:01:10 -03:00
IntTypeTest.php Apply contribution guidelines to "IntType" rule 2018-03-27 00:25:26 +02:00
IntValTest.php Merge branch '1.1' 2018-08-01 22:08:30 +02:00
IpTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
IterableTypeTest.php Apply contribution guidelines to "IterableType" rule 2018-06-01 14:23:41 +02:00
JsonTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
KeyNestedTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
KeySetTest.php Refactor "KeySet" rule 2018-03-03 18:59:36 +01:00
KeyTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
KeyValueTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
LanguageCodeTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
LeapDateTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
LeapYearTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
LengthTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
LessThanTest.php Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
LowercaseTest.php Apply contribution guidelines to "Lowercase" rule 2018-06-05 09:22:18 +02:00
LuhnTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
MacAddressTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
MaxTest.php Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
MimetypeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
MinAgeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
MinTest.php Fix issues after merging 1.1 2018-08-01 20:46:34 +02:00
MultipleTest.php Apply contribution guidelines to "Multiple" rule 2018-07-16 08:15:57 +02:00
NegativeTest.php Apply contribution guidelines to "Negative" rule 2018-06-06 08:00:58 +02:00
NfeAccessKeyTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NifTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
NoneOfTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NotBlankTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NotEmptyTest.php Apply contribution guidelines to "NotEmpty" rule 2018-05-02 16:04:05 +02:00
NoTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NotOptionalTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NotTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NoWhitespaceTest.php Apply contribution guidelines to "NoWhitespace" rule 2018-06-09 08:54:25 +02:00
NullableTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
NullTypeTest.php Apply contribution guidelines to "NullType" rule 2018-03-27 00:32:05 +02:00
NumberTest.php Apply contribution guidelines to "Number" rule 2018-08-16 21:54:17 +02:00
NumericValTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ObjectTypeTest.php Apply contribution guidelines to "ObjectType" rule 2018-05-19 19:12:59 +02:00
OddTest.php Apply contribution guidelines to "Odd" rule 2018-06-06 08:00:58 +02:00
OneOfTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
OptionalTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
PerfectSquareTest.php Apply contribution guidelines to "PerfectSquare" rule 2018-06-23 21:43:02 +02:00
PeselTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
PhoneTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
PhpLabelTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
PisTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
PositiveTest.php Apply contribution guidelines to "Positive" rule 2018-06-05 22:26:58 +02:00
PostalCodeTest.php Merge branch '1.1' 2018-08-01 20:22:37 +02:00
PrimeNumberTest.php Apply contribution guidelines to "PrimeNumber" rule 2018-06-09 08:54:30 +02:00
PrintableTest.php Rename 'Prnt' rule to 'Printable' 2018-05-31 16:00:43 +02:00
PunctTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ReadableTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
RegexTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
ResourceTypeTest.php Apply contribution guidelines to "ResourceType" rule 2018-03-27 00:44:48 +02:00
RomanTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ScalarValTest.php Apply contribution guidelines to "ScalarVal" rule 2018-03-09 15:07:58 +01:00
SfTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
SizeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
SlugTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
SortedTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
SpaceTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
StartsWithTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
StringTypeTest.php Apply contribution guidelines to "StringType" rule 2018-03-09 15:56:10 +01:00
StringValTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
SubdivisionCodeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
SubsetTest.php Create "Subset" rule 2018-07-01 15:08:07 +02:00
SymbolicLinkTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
TimeTest.php Create "Time" rule 2018-01-30 09:47:41 +01:00
TldTest.php Apply contribution guidelines to "Tld" 2018-06-15 22:12:17 +02:00
TrueValTest.php Apply contribution guidelines to "TrueVal" rule 2018-06-15 22:12:17 +02:00
TypeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
UniqueTest.php Apply contribution guidelines to "Unique" rule 2018-06-18 23:15:19 +02:00
UploadedTest.php Apply contribution guidelines to "Uploaded" rule 2018-06-20 22:34:21 +02:00
UppercaseTest.php Apply contribution guidelines to "Uppercase" rule 2018-06-02 16:03:11 +02:00
UrlTest.php Apply contribution guidelines to "Url" rule 2018-06-11 18:22:09 +02:00
UuidTest.php Improve RuleTestCase class 2018-01-07 14:32:05 +01:00
VatinTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
VersionTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
VideoUrlTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
VowelTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
WhenTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
WritableTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
XdigitTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
YesTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
ZendTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00