respect-validation/tests/unit/Rules
Henrique Moody 688fbde552
Make PHPUnit tests final
Whenever is possible it is better to declare our classes as final. The
PHPUnit tests should not be extended, therefore there is no reason for
them to not be final.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-02-09 14:32:12 +01:00
..
Locale Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
AbstractCompositeTest.php Apply "SlevomatCodingStandard.Namespaces.UnusedUses" 2019-02-09 14:14:28 +01:00
AbstractEnvelopeTest.php Merge branch '1.1' 2018-12-05 08:57:05 +01:00
AbstractRelatedTest.php Apply "SlevomatCodingStandard.Variables.UnusedVariable" 2019-02-09 14:16:01 +01:00
AbstractRuleTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
AbstractSearcherTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
AbstractWrapperTest.php Merge branch '1.1' 2018-12-05 08:57:05 +01:00
AllOfTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
AlnumTest.php Update PHP support 2018-12-02 11:09:24 +01:00
AlphaTest.php Update PHP support 2018-12-02 11:09:24 +01:00
AlwaysInvalidTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
AlwaysValidTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
AnyOfTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ArrayTypeTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
ArrayValTest.php Add missing "@author" annotations 2018-11-25 18:08:44 +01:00
AttributeTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
Base64Test.php Apply contribution guidelines to "Base64" rule 2018-06-09 08:54:39 +02:00
BaseTest.php Update PHP support 2018-12-02 11:09:24 +01:00
BetweenTest.php Update PHP support 2018-12-02 11:09:24 +01:00
BoolTypeTest.php Update PHP support 2018-12-02 11:09:24 +01:00
BoolValTest.php Fix "@author" annotations 2018-11-25 18:04:59 +01:00
BsnTest.php Update PHP support 2018-12-02 11:09:24 +01:00
CallableTypeTest.php Apply "SlevomatCodingStandard.Arrays.TrailingArrayComma" 2019-02-09 14:17:09 +01:00
CallbackTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
CallTest.php Apply "SlevomatCodingStandard.Functions.StaticClosure" 2019-02-09 14:13:35 +01:00
CharsetTest.php Update PHP support 2018-12-02 11:09:24 +01:00
CnhTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
CnpjTest.php Update PHP support 2018-12-02 11:09:24 +01:00
CntrlTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ConsonantTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ContainsAnyTest.php Create "ContainsAny" rule 2018-12-13 00:11:08 +01:00
ContainsTest.php Fix wrong behavior in the "Contains" rule 2018-12-13 00:09:41 +01:00
CountableTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
CountryCodeTest.php Update PHP support 2018-12-02 11:09:24 +01:00
CpfTest.php Update PHP support 2018-12-02 11:09:24 +01:00
CreditCardTest.php Setup PHPStan (PHP Static Analysis Tool) 2018-08-22 19:10:20 +02:00
CurrencyCodeTest.php Apply contribution guidelines to "CurrencyCode" rule 2018-06-18 20:55:43 +02:00
DateTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
DateTimeTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
DigitTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
DirectoryTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
DomainTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
EachTest.php Fix "@author" annotations 2018-11-25 18:04:59 +01:00
EmailTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
EndsWithTest.php Update PHP support 2018-12-02 11:09:24 +01:00
EqualsTest.php Update PHP support 2018-12-02 11:09:24 +01:00
EquivalentTest.php Create "Equivalent" rule 2018-06-23 17:38:53 +02:00
EvenTest.php Update PHP support 2018-12-02 11:09:24 +01:00
ExecutableTest.php Update PHP support 2018-12-02 11:09:24 +01:00
ExistsTest.php Update PHP support 2018-12-02 11:09:24 +01:00
ExtensionTest.php Update PHP support 2018-12-02 11:09:24 +01:00
FactorTest.php Apply "SlevomatCodingStandard.Arrays.TrailingArrayComma" 2019-02-09 14:17:09 +01:00
FalseValTest.php Update PHP support 2018-12-02 11:09:24 +01:00
FibonacciTest.php Apply contribution guidelines to "Fibonacci" rule 2018-10-03 00:04:39 +02:00
FileTest.php Update PHP support 2018-12-02 11:09:24 +01:00
FilterVarTest.php Update PHP support 2018-12-02 11:09:24 +01:00
FiniteTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
FloatTypeTest.php Apply contribution guidelines to "FloatType" rule 2018-03-27 00:17:34 +02:00
FloatValTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
GraphTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
GreaterThanTest.php Fix "@author" annotations 2018-11-25 18:04:59 +01:00
HexRgbColorTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
IdenticalTest.php Update PHP support 2018-12-02 11:09:24 +01:00
ImageTest.php Apply contribution guidelines to "Readable" rule 2018-09-14 08:58:39 +02:00
ImeiTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
InfiniteTest.php Update PHP support 2018-12-02 11:09:24 +01:00
InstanceTest.php Update PHP support 2018-12-02 11:09:24 +01:00
InTest.php Update PHP support 2018-12-02 11:09:24 +01:00
IntTypeTest.php Update PHP support 2018-12-02 11:09:24 +01:00
IntValTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
IpTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
IsbnTest.php Create "Isbn" rule 2018-10-02 17:32:08 +02:00
IterableTypeTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
JsonTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
KeyNestedTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
KeySetTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
KeyTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
KeyValueTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
LanguageCodeTest.php Make second argument of "AbstractEnvelope" optional 2018-11-25 15:30:40 +01:00
LeapDateTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
LeapYearTest.php Update PHP support 2018-12-02 11:09:24 +01:00
LengthTest.php Update PHP support 2018-12-02 11:09:24 +01:00
LessThanTest.php Fix "@author" annotations 2018-11-25 18:04:59 +01:00
LowercaseTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
LuhnTest.php Apply contribution guidelines to "Luhn" rule 2018-09-24 21:23:17 +02:00
MacAddressTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
MaxTest.php Update PHP support 2018-12-02 11:09:24 +01:00
MimetypeTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
MinAgeTest.php Add some code standards for PHPUnit tests 2018-07-23 20:46:18 +02:00
MinTest.php Update PHP support 2018-12-02 11:09:24 +01:00
MultipleTest.php Update PHP support 2018-12-02 11:09:24 +01:00
NegativeTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
NfeAccessKeyTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
NifTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
NoneOfTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
NotBlankTest.php Update PHP support 2018-12-02 11:09:24 +01:00
NotEmojiTest.php Create "NotEmoji" rule 2019-02-03 17:51:55 +01:00
NotEmptyTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
NoTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
NotOptionalTest.php Update PHP support 2018-12-02 11:09:24 +01:00
NotTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
NoWhitespaceTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
NullableTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
NullTypeTest.php Update PHP support 2018-12-02 11:09:24 +01:00
NumberTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
NumericValTest.php Apply contribution guidelines to "NumericVal" rule 2018-09-06 08:41:11 +02:00
ObjectTypeTest.php Update PHP support 2018-12-02 11:09:24 +01:00
OddTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
OneOfTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
OptionalTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
PerfectSquareTest.php Update PHP support 2018-12-02 11:09:24 +01:00
PeselTest.php Apply contribution guidelines to "Pesel" rule 2018-09-10 14:51:52 +02:00
PhoneTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
PhpLabelTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
PisTest.php Apply contribution guidelines to "Pis" rule 2018-09-10 08:16:25 +02:00
PositiveTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
PostalCodeTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
PrimeNumberTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
PrintableTest.php Add missing "@author" annotations 2018-11-25 18:08:44 +01:00
PunctTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ReadableTest.php Update PHP support 2018-12-02 11:09:24 +01:00
RegexTest.php Apply contribution guidelines to "Regex" rule 2018-12-14 00:15:03 +01:00
ResourceTypeTest.php Apply "SlevomatCodingStandard.Arrays.TrailingArrayComma" 2019-02-09 14:17:09 +01:00
RomanTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ScalarValTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
SfTest.php Apply "Generic.NamingConventions.CamelCapsFunctionName" 2019-02-09 14:07:52 +01:00
SizeTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
SlugTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
SortedTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
SpaceTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
StartsWithTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
StringTypeTest.php Apply "SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly" 2019-02-09 14:23:09 +01:00
StringValTest.php Apply "SlevomatCodingStandard.Functions.StaticClosure" 2019-02-09 14:13:35 +01:00
SubdivisionCodeTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
SubsetTest.php Create "Subset" rule 2018-07-01 15:08:07 +02:00
SymbolicLinkTest.php Set up "squizlabs/php_codesniffer" 2019-02-03 19:39:14 +01:00
TimeTest.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
TldTest.php Update PHP support 2018-12-02 11:09:24 +01:00
TrueValTest.php Update PHP support 2018-12-02 11:09:24 +01:00
TypeTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
UniqueTest.php Apply contribution guidelines to "Unique" rule 2018-06-18 23:15:19 +02:00
UploadedTest.php Apply "SlevomatCodingStandard.ControlStructures.UselessIfConditionWithReturn" 2019-02-09 14:24:08 +01:00
UppercaseTest.php Apply "Squiz.PHP.CommentedOutCode" 2019-02-09 14:08:41 +01:00
UrlTest.php Update PHP support 2018-12-02 11:09:24 +01:00
UuidTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
VatinTest.php Merge branch '1.1' 2018-12-05 08:57:05 +01:00
VersionTest.php Update PHP support 2018-12-02 11:09:24 +01:00
VideoUrlTest.php Update PHP support 2018-12-02 11:09:24 +01:00
VowelTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
WhenTest.php Set up "squizlabs/php_codesniffer" 2019-02-03 19:39:14 +01:00
WritableTest.php Update PHP support 2018-12-02 11:09:24 +01:00
XdigitTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
YesTest.php Apply "SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" 2019-02-09 14:20:47 +01:00
ZendTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00