diff --git a/tests/library/Respect/Validation/Exceptions/AbstractGroupedExceptionTest.php b/tests/Exceptions/AbstractGroupedExceptionTest.php similarity index 100% rename from tests/library/Respect/Validation/Exceptions/AbstractGroupedExceptionTest.php rename to tests/Exceptions/AbstractGroupedExceptionTest.php diff --git a/tests/library/Respect/Validation/Exceptions/AbstractNestedExceptionTest.php b/tests/Exceptions/AbstractNestedExceptionTest.php similarity index 100% rename from tests/library/Respect/Validation/Exceptions/AbstractNestedExceptionTest.php rename to tests/Exceptions/AbstractNestedExceptionTest.php diff --git a/tests/library/Respect/Validation/Exceptions/CheckExceptionsTest.php b/tests/Exceptions/CheckExceptionsTest.php similarity index 96% rename from tests/library/Respect/Validation/Exceptions/CheckExceptionsTest.php rename to tests/Exceptions/CheckExceptionsTest.php index e35626ad..c98c77be 100644 --- a/tests/library/Respect/Validation/Exceptions/CheckExceptionsTest.php +++ b/tests/Exceptions/CheckExceptionsTest.php @@ -15,7 +15,7 @@ class CheckExceptionsTest extends \PHPUnit_Framework_TestCase private function getAllRuleNames() { - $rulesDirectory = __DIR__.'/../../../../../library/Rules'; + $rulesDirectory = __DIR__.'/../../library/Rules'; $rulesDirectoryIterator = new DirectoryIterator($rulesDirectory); $ruleNames = array(); foreach ($rulesDirectoryIterator as $fileInfo) { diff --git a/tests/library/Respect/Validation/Exceptions/ValidationExceptionTest.php b/tests/Exceptions/ValidationExceptionTest.php similarity index 100% rename from tests/library/Respect/Validation/Exceptions/ValidationExceptionTest.php rename to tests/Exceptions/ValidationExceptionTest.php diff --git a/tests/library/Respect/Validation/Rules/AbstractCompositeTest.php b/tests/Rules/AbstractCompositeTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AbstractCompositeTest.php rename to tests/Rules/AbstractCompositeTest.php diff --git a/tests/library/Respect/Validation/Rules/AbstractWrapperTest.php b/tests/Rules/AbstractWrapperTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AbstractWrapperTest.php rename to tests/Rules/AbstractWrapperTest.php diff --git a/tests/library/Respect/Validation/Rules/AllOfTest.php b/tests/Rules/AllOfTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AllOfTest.php rename to tests/Rules/AllOfTest.php diff --git a/tests/library/Respect/Validation/Rules/AlnumTest.php b/tests/Rules/AlnumTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AlnumTest.php rename to tests/Rules/AlnumTest.php diff --git a/tests/library/Respect/Validation/Rules/AlphaTest.php b/tests/Rules/AlphaTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AlphaTest.php rename to tests/Rules/AlphaTest.php diff --git a/tests/library/Respect/Validation/Rules/ArrTest.php b/tests/Rules/ArrTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ArrTest.php rename to tests/Rules/ArrTest.php diff --git a/tests/library/Respect/Validation/Rules/AttributeTest.php b/tests/Rules/AttributeTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/AttributeTest.php rename to tests/Rules/AttributeTest.php diff --git a/tests/library/Respect/Validation/Rules/BankAccountTest.php b/tests/Rules/BankAccountTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BankAccountTest.php rename to tests/Rules/BankAccountTest.php diff --git a/tests/library/Respect/Validation/Rules/BankTest.php b/tests/Rules/BankTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BankTest.php rename to tests/Rules/BankTest.php diff --git a/tests/library/Respect/Validation/Rules/BaseTest.php b/tests/Rules/BaseTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BaseTest.php rename to tests/Rules/BaseTest.php diff --git a/tests/library/Respect/Validation/Rules/BetweenTest.php b/tests/Rules/BetweenTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BetweenTest.php rename to tests/Rules/BetweenTest.php diff --git a/tests/library/Respect/Validation/Rules/BicTest.php b/tests/Rules/BicTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BicTest.php rename to tests/Rules/BicTest.php diff --git a/tests/library/Respect/Validation/Rules/BoolTest.php b/tests/Rules/BoolTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/BoolTest.php rename to tests/Rules/BoolTest.php diff --git a/tests/library/Respect/Validation/Rules/CallTest.php b/tests/Rules/CallTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CallTest.php rename to tests/Rules/CallTest.php diff --git a/tests/library/Respect/Validation/Rules/CallbackTest.php b/tests/Rules/CallbackTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CallbackTest.php rename to tests/Rules/CallbackTest.php diff --git a/tests/library/Respect/Validation/Rules/CharsetTest.php b/tests/Rules/CharsetTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CharsetTest.php rename to tests/Rules/CharsetTest.php diff --git a/tests/library/Respect/Validation/Rules/CnhTest.php b/tests/Rules/CnhTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CnhTest.php rename to tests/Rules/CnhTest.php diff --git a/tests/library/Respect/Validation/Rules/CnpjTest.php b/tests/Rules/CnpjTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CnpjTest.php rename to tests/Rules/CnpjTest.php diff --git a/tests/library/Respect/Validation/Rules/CntrlTest.php b/tests/Rules/CntrlTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CntrlTest.php rename to tests/Rules/CntrlTest.php diff --git a/tests/library/Respect/Validation/Rules/ConsonantTest.php b/tests/Rules/ConsonantTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ConsonantTest.php rename to tests/Rules/ConsonantTest.php diff --git a/tests/library/Respect/Validation/Rules/ContainsTest.php b/tests/Rules/ContainsTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ContainsTest.php rename to tests/Rules/ContainsTest.php diff --git a/tests/library/Respect/Validation/Rules/CpfTest.php b/tests/Rules/CpfTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CpfTest.php rename to tests/Rules/CpfTest.php diff --git a/tests/library/Respect/Validation/Rules/CreditCardTest.php b/tests/Rules/CreditCardTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/CreditCardTest.php rename to tests/Rules/CreditCardTest.php diff --git a/tests/library/Respect/Validation/Rules/DateTest.php b/tests/Rules/DateTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/DateTest.php rename to tests/Rules/DateTest.php diff --git a/tests/library/Respect/Validation/Rules/DigitTest.php b/tests/Rules/DigitTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/DigitTest.php rename to tests/Rules/DigitTest.php diff --git a/tests/library/Respect/Validation/Rules/DirectoryTest.php b/tests/Rules/DirectoryTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/DirectoryTest.php rename to tests/Rules/DirectoryTest.php diff --git a/tests/library/Respect/Validation/Rules/DomainTest.php b/tests/Rules/DomainTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/DomainTest.php rename to tests/Rules/DomainTest.php diff --git a/tests/library/Respect/Validation/Rules/EachTest.php b/tests/Rules/EachTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/EachTest.php rename to tests/Rules/EachTest.php diff --git a/tests/library/Respect/Validation/Rules/EmailTest.php b/tests/Rules/EmailTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/EmailTest.php rename to tests/Rules/EmailTest.php diff --git a/tests/library/Respect/Validation/Rules/EndsWithTest.php b/tests/Rules/EndsWithTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/EndsWithTest.php rename to tests/Rules/EndsWithTest.php diff --git a/tests/library/Respect/Validation/Rules/EqualsTest.php b/tests/Rules/EqualsTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/EqualsTest.php rename to tests/Rules/EqualsTest.php diff --git a/tests/library/Respect/Validation/Rules/EvenTest.php b/tests/Rules/EvenTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/EvenTest.php rename to tests/Rules/EvenTest.php diff --git a/tests/library/Respect/Validation/Rules/ExecutableTest.php b/tests/Rules/ExecutableTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ExecutableTest.php rename to tests/Rules/ExecutableTest.php diff --git a/tests/library/Respect/Validation/Rules/ExistsTest.php b/tests/Rules/ExistsTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ExistsTest.php rename to tests/Rules/ExistsTest.php diff --git a/tests/library/Respect/Validation/Rules/FileTest.php b/tests/Rules/FileTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/FileTest.php rename to tests/Rules/FileTest.php diff --git a/tests/library/Respect/Validation/Rules/FloatTest.php b/tests/Rules/FloatTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/FloatTest.php rename to tests/Rules/FloatTest.php diff --git a/tests/library/Respect/Validation/Rules/GraphTest.php b/tests/Rules/GraphTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/GraphTest.php rename to tests/Rules/GraphTest.php diff --git a/tests/library/Respect/Validation/Rules/HexRgbColorTest.php b/tests/Rules/HexRgbColorTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/HexRgbColorTest.php rename to tests/Rules/HexRgbColorTest.php diff --git a/tests/library/Respect/Validation/Rules/HexaTest.php b/tests/Rules/HexaTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/HexaTest.php rename to tests/Rules/HexaTest.php diff --git a/tests/library/Respect/Validation/Rules/InTest.php b/tests/Rules/InTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/InTest.php rename to tests/Rules/InTest.php diff --git a/tests/library/Respect/Validation/Rules/InstanceTest.php b/tests/Rules/InstanceTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/InstanceTest.php rename to tests/Rules/InstanceTest.php diff --git a/tests/library/Respect/Validation/Rules/IntTest.php b/tests/Rules/IntTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/IntTest.php rename to tests/Rules/IntTest.php diff --git a/tests/library/Respect/Validation/Rules/IpTest.php b/tests/Rules/IpTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/IpTest.php rename to tests/Rules/IpTest.php diff --git a/tests/library/Respect/Validation/Rules/JsonTest.php b/tests/Rules/JsonTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/JsonTest.php rename to tests/Rules/JsonTest.php diff --git a/tests/library/Respect/Validation/Rules/KeyTest.php b/tests/Rules/KeyTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/KeyTest.php rename to tests/Rules/KeyTest.php diff --git a/tests/library/Respect/Validation/Rules/LeapDateTest.php b/tests/Rules/LeapDateTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/LeapDateTest.php rename to tests/Rules/LeapDateTest.php diff --git a/tests/library/Respect/Validation/Rules/LeapYearTest.php b/tests/Rules/LeapYearTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/LeapYearTest.php rename to tests/Rules/LeapYearTest.php diff --git a/tests/library/Respect/Validation/Rules/LengthTest.php b/tests/Rules/LengthTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/LengthTest.php rename to tests/Rules/LengthTest.php diff --git a/tests/library/Respect/Validation/Rules/Locale/FactoryTest.php b/tests/Rules/Locale/FactoryTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/Locale/FactoryTest.php rename to tests/Rules/Locale/FactoryTest.php diff --git a/tests/library/Respect/Validation/Rules/Locale/GermanBankAccountTest.php b/tests/Rules/Locale/GermanBankAccountTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/Locale/GermanBankAccountTest.php rename to tests/Rules/Locale/GermanBankAccountTest.php diff --git a/tests/library/Respect/Validation/Rules/Locale/GermanBankTest.php b/tests/Rules/Locale/GermanBankTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/Locale/GermanBankTest.php rename to tests/Rules/Locale/GermanBankTest.php diff --git a/tests/library/Respect/Validation/Rules/Locale/GermanBicTest.php b/tests/Rules/Locale/GermanBicTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/Locale/GermanBicTest.php rename to tests/Rules/Locale/GermanBicTest.php diff --git a/tests/library/Respect/Validation/Rules/LowercaseTest.php b/tests/Rules/LowercaseTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/LowercaseTest.php rename to tests/Rules/LowercaseTest.php diff --git a/tests/library/Respect/Validation/Rules/MacAddressTest.php b/tests/Rules/MacAddressTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/MacAddressTest.php rename to tests/Rules/MacAddressTest.php diff --git a/tests/library/Respect/Validation/Rules/MaxTest.php b/tests/Rules/MaxTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/MaxTest.php rename to tests/Rules/MaxTest.php diff --git a/tests/library/Respect/Validation/Rules/MinTest.php b/tests/Rules/MinTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/MinTest.php rename to tests/Rules/MinTest.php diff --git a/tests/library/Respect/Validation/Rules/MininumAgeTest.php b/tests/Rules/MininumAgeTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/MininumAgeTest.php rename to tests/Rules/MininumAgeTest.php diff --git a/tests/library/Respect/Validation/Rules/MultipleTest.php b/tests/Rules/MultipleTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/MultipleTest.php rename to tests/Rules/MultipleTest.php diff --git a/tests/library/Respect/Validation/Rules/NegativeTest.php b/tests/Rules/NegativeTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NegativeTest.php rename to tests/Rules/NegativeTest.php diff --git a/tests/library/Respect/Validation/Rules/NfeAccessKeyTest.php b/tests/Rules/NfeAccessKeyTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NfeAccessKeyTest.php rename to tests/Rules/NfeAccessKeyTest.php diff --git a/tests/library/Respect/Validation/Rules/NoTest.php b/tests/Rules/NoTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NoTest.php rename to tests/Rules/NoTest.php diff --git a/tests/library/Respect/Validation/Rules/NoWhitespaceTest.php b/tests/Rules/NoWhitespaceTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NoWhitespaceTest.php rename to tests/Rules/NoWhitespaceTest.php diff --git a/tests/library/Respect/Validation/Rules/NoneOfTest.php b/tests/Rules/NoneOfTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NoneOfTest.php rename to tests/Rules/NoneOfTest.php diff --git a/tests/library/Respect/Validation/Rules/NotEmptyTest.php b/tests/Rules/NotEmptyTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NotEmptyTest.php rename to tests/Rules/NotEmptyTest.php diff --git a/tests/library/Respect/Validation/Rules/NotTest.php b/tests/Rules/NotTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NotTest.php rename to tests/Rules/NotTest.php diff --git a/tests/library/Respect/Validation/Rules/NullValueTest.php b/tests/Rules/NullValueTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NullValueTest.php rename to tests/Rules/NullValueTest.php diff --git a/tests/library/Respect/Validation/Rules/NumericTest.php b/tests/Rules/NumericTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/NumericTest.php rename to tests/Rules/NumericTest.php diff --git a/tests/library/Respect/Validation/Rules/ObjectTest.php b/tests/Rules/ObjectTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ObjectTest.php rename to tests/Rules/ObjectTest.php diff --git a/tests/library/Respect/Validation/Rules/OddTest.php b/tests/Rules/OddTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/OddTest.php rename to tests/Rules/OddTest.php diff --git a/tests/library/Respect/Validation/Rules/OneOfTest.php b/tests/Rules/OneOfTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/OneOfTest.php rename to tests/Rules/OneOfTest.php diff --git a/tests/library/Respect/Validation/Rules/PerfectSquareTest.php b/tests/Rules/PerfectSquareTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PerfectSquareTest.php rename to tests/Rules/PerfectSquareTest.php diff --git a/tests/library/Respect/Validation/Rules/PhoneTest.php b/tests/Rules/PhoneTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PhoneTest.php rename to tests/Rules/PhoneTest.php diff --git a/tests/library/Respect/Validation/Rules/PositiveTest.php b/tests/Rules/PositiveTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PositiveTest.php rename to tests/Rules/PositiveTest.php diff --git a/tests/library/Respect/Validation/Rules/PostalCodeTest.php b/tests/Rules/PostalCodeTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PostalCodeTest.php rename to tests/Rules/PostalCodeTest.php diff --git a/tests/library/Respect/Validation/Rules/PrimeNumberTest.php b/tests/Rules/PrimeNumberTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PrimeNumberTest.php rename to tests/Rules/PrimeNumberTest.php diff --git a/tests/library/Respect/Validation/Rules/PrntTest.php b/tests/Rules/PrntTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PrntTest.php rename to tests/Rules/PrntTest.php diff --git a/tests/library/Respect/Validation/Rules/PunctTest.php b/tests/Rules/PunctTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/PunctTest.php rename to tests/Rules/PunctTest.php diff --git a/tests/library/Respect/Validation/Rules/ReadableTest.php b/tests/Rules/ReadableTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ReadableTest.php rename to tests/Rules/ReadableTest.php diff --git a/tests/library/Respect/Validation/Rules/RegexTest.php b/tests/Rules/RegexTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/RegexTest.php rename to tests/Rules/RegexTest.php diff --git a/tests/library/Respect/Validation/Rules/RomanTest.php b/tests/Rules/RomanTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/RomanTest.php rename to tests/Rules/RomanTest.php diff --git a/tests/library/Respect/Validation/Rules/SfTest.php b/tests/Rules/SfTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/SfTest.php rename to tests/Rules/SfTest.php diff --git a/tests/library/Respect/Validation/Rules/SlugTest.php b/tests/Rules/SlugTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/SlugTest.php rename to tests/Rules/SlugTest.php diff --git a/tests/library/Respect/Validation/Rules/SpaceTest.php b/tests/Rules/SpaceTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/SpaceTest.php rename to tests/Rules/SpaceTest.php diff --git a/tests/library/Respect/Validation/Rules/StartsWithTest.php b/tests/Rules/StartsWithTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/StartsWithTest.php rename to tests/Rules/StartsWithTest.php diff --git a/tests/library/Respect/Validation/Rules/StringTest.php b/tests/Rules/StringTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/StringTest.php rename to tests/Rules/StringTest.php diff --git a/tests/library/Respect/Validation/Rules/SymbolicLinkTest.php b/tests/Rules/SymbolicLinkTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/SymbolicLinkTest.php rename to tests/Rules/SymbolicLinkTest.php diff --git a/tests/library/Respect/Validation/Rules/UploadedTest.php b/tests/Rules/UploadedTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/UploadedTest.php rename to tests/Rules/UploadedTest.php diff --git a/tests/library/Respect/Validation/Rules/UppercaseTest.php b/tests/Rules/UppercaseTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/UppercaseTest.php rename to tests/Rules/UppercaseTest.php diff --git a/tests/library/Respect/Validation/Rules/VersionTest.php b/tests/Rules/VersionTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/VersionTest.php rename to tests/Rules/VersionTest.php diff --git a/tests/library/Respect/Validation/Rules/VowelTest.php b/tests/Rules/VowelTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/VowelTest.php rename to tests/Rules/VowelTest.php diff --git a/tests/library/Respect/Validation/Rules/WhenTest.php b/tests/Rules/WhenTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/WhenTest.php rename to tests/Rules/WhenTest.php diff --git a/tests/library/Respect/Validation/Rules/WritableTest.php b/tests/Rules/WritableTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/WritableTest.php rename to tests/Rules/WritableTest.php diff --git a/tests/library/Respect/Validation/Rules/XdigitTest.php b/tests/Rules/XdigitTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/XdigitTest.php rename to tests/Rules/XdigitTest.php diff --git a/tests/library/Respect/Validation/Rules/YesTest.php b/tests/Rules/YesTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/YesTest.php rename to tests/Rules/YesTest.php diff --git a/tests/library/Respect/Validation/Rules/ZendTest.php b/tests/Rules/ZendTest.php similarity index 100% rename from tests/library/Respect/Validation/Rules/ZendTest.php rename to tests/Rules/ZendTest.php diff --git a/tests/library/Respect/Validation/ValidatorTest.php b/tests/ValidatorTest.php similarity index 100% rename from tests/library/Respect/Validation/ValidatorTest.php rename to tests/ValidatorTest.php