diff --git a/tests/AdditionalPropertiesTest.php b/tests/cases/AdditionalPropertiesTest.php similarity index 100% rename from tests/AdditionalPropertiesTest.php rename to tests/cases/AdditionalPropertiesTest.php diff --git a/tests/ArraysTest.php b/tests/cases/ArraysTest.php similarity index 100% rename from tests/ArraysTest.php rename to tests/cases/ArraysTest.php diff --git a/tests/BasicTypesTest.php b/tests/cases/BasicTypesTest.php similarity index 100% rename from tests/BasicTypesTest.php rename to tests/cases/BasicTypesTest.php diff --git a/tests/DisallowTest.php b/tests/cases/DisallowTest.php similarity index 100% rename from tests/DisallowTest.php rename to tests/cases/DisallowTest.php diff --git a/tests/EnumTest.php b/tests/cases/EnumTest.php similarity index 100% rename from tests/EnumTest.php rename to tests/cases/EnumTest.php diff --git a/tests/ExtendsTest.php b/tests/cases/ExtendsTest.php similarity index 100% rename from tests/ExtendsTest.php rename to tests/cases/ExtendsTest.php diff --git a/tests/MaxDecimalTest.php b/tests/cases/MaxDecimalTest.php similarity index 100% rename from tests/MaxDecimalTest.php rename to tests/cases/MaxDecimalTest.php diff --git a/tests/MinItemsMaxItemsTest.php b/tests/cases/MinItemsMaxItemsTest.php similarity index 100% rename from tests/MinItemsMaxItemsTest.php rename to tests/cases/MinItemsMaxItemsTest.php diff --git a/tests/MinLengthMaxLengthTest.php b/tests/cases/MinLengthMaxLengthTest.php similarity index 100% rename from tests/MinLengthMaxLengthTest.php rename to tests/cases/MinLengthMaxLengthTest.php diff --git a/tests/MinimumMaximumTest.php b/tests/cases/MinimumMaximumTest.php similarity index 100% rename from tests/MinimumMaximumTest.php rename to tests/cases/MinimumMaximumTest.php diff --git a/tests/NumberAndIntegerTypesTest.php b/tests/cases/NumberAndIntegerTypesTest.php similarity index 100% rename from tests/NumberAndIntegerTypesTest.php rename to tests/cases/NumberAndIntegerTypesTest.php diff --git a/tests/OptionalPropertyTest.php b/tests/cases/OptionalPropertyTest.php similarity index 100% rename from tests/OptionalPropertyTest.php rename to tests/cases/OptionalPropertyTest.php diff --git a/tests/PatternTest.php b/tests/cases/PatternTest.php similarity index 100% rename from tests/PatternTest.php rename to tests/cases/PatternTest.php diff --git a/tests/PhpTypeCastModeTest.php b/tests/cases/PhpTypeCastModeTest.php similarity index 100% rename from tests/PhpTypeCastModeTest.php rename to tests/cases/PhpTypeCastModeTest.php diff --git a/tests/RequireTest.php b/tests/cases/RequireTest.php similarity index 100% rename from tests/RequireTest.php rename to tests/cases/RequireTest.php diff --git a/tests/SelfDefinedSchemaTest.php b/tests/cases/SelfDefinedSchemaTest.php similarity index 100% rename from tests/SelfDefinedSchemaTest.php rename to tests/cases/SelfDefinedSchemaTest.php diff --git a/tests/TupleTypingTest.php b/tests/cases/TupleTypingTest.php similarity index 100% rename from tests/TupleTypingTest.php rename to tests/cases/TupleTypingTest.php diff --git a/tests/UnionTypesTest.php b/tests/cases/UnionTypesTest.php similarity index 100% rename from tests/UnionTypesTest.php rename to tests/cases/UnionTypesTest.php diff --git a/tests/UnionWithNullValueTest.php b/tests/cases/UnionWithNullValueTest.php similarity index 100% rename from tests/UnionWithNullValueTest.php rename to tests/cases/UnionWithNullValueTest.php diff --git a/tests/WrongMessagesFailingTestCaseTest.php b/tests/cases/WrongMessagesFailingTestCaseTest.php similarity index 100% rename from tests/WrongMessagesFailingTestCaseTest.php rename to tests/cases/WrongMessagesFailingTestCaseTest.php