From 9b2af9cf35b7b8d663370809740c8221b9f0596a Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Fri, 8 Mar 2024 17:28:18 +0100 Subject: [PATCH] rename tests names from *.phpt to *.php --- .editorconfig | 2 +- .phpstan.neon | 3 --- .../{MemoryManagementTest.phpt => MemoryManagementTest.php} | 0 .../{dic-extension-order.phpt => dic-extension-order.php} | 0 .../BridgeNetteDI/{dic-finder.phpt => dic-finder.php} | 0 ...n.aggregation.join.phpt => collection.aggregation.join.php} | 0 ...{collection.aggregation.phpt => collection.aggregation.php} | 0 ...{collection.embeddables.phpt => collection.embeddables.php} | 0 ...ction.enumOnEntities.phpt => collection.enumOnEntities.php} | 0 .../Collection/{collection.like.phpt => collection.like.php} | 0 .../integration/Collection/{collection.phpt => collection.php} | 0 .../Collection/{collection.where.phpt => collection.where.php} | 0 .../Entity/{entity.cloning.phpt => entity.cloning.php} | 0 .../Entity/{entity.compositePK.phpt => entity.compositePK.php} | 0 .../{entity.defaultValue.phpt => entity.defaultValue.php} | 0 .../Entity/{entity.embeddable.phpt => entity.embeddable.php} | 0 .../Entity/{entity.enumProps.phpt => entity.enumProps.php} | 0 .../Entity/{entity.hasValue().phpt => entity.hasValue().php} | 0 .../Entity/{entity.insert.phpt => entity.insert.php} | 0 .../{entity.nullValidation.phpt => entity.nullValidation.php} | 0 .../cases/integration/Entity/{entity.pk.phpt => entity.pk.php} | 0 ...ntity.preloadContainer.phpt => entity.preloadContainer.php} | 0 .../Entity/{entity.remove.phpt => entity.remove.php} | 0 ...y.setReadOnlyValue().phpt => entity.setReadOnlyValue().php} | 0 .../Entity/{entity.update.phpt => entity.update.php} | 0 ...dateMapperTest.phpt => DbalPersistAutoupdateMapperTest.php} | 0 .../integration/Mapper/{conventions.phpt => conventions.php} | 0 .../integration/Mapper/{file.general.phpt => file.general.php} | 0 .../{mapper.datetimesimple.phpt => mapper.datetimesimple.php} | 0 .../Mapper/{mapper.selection.phpt => mapper.selection.php} | 0 .../Model/{model.clear().phpt => model.clear().php} | 0 .../Model/{model.refreshAll.phpt => model.refreshAll.php} | 0 .../{entity.relationships.phpt => entity.relationships.php} | 0 ...ManyCollection.phpt => relationships.HasManyCollection.php} | 0 .../{relationships.cyclic.phpt => relationships.cyclic.php} | 0 ...ollection.phpt => relationships.manyHasMany.collection.php} | 0 ...ionships.manyHasMany.phpt => relationships.manyHasMany.php} | 0 ...Changed().phpt => relationships.manyHasOne.isChanged().php} | 0 ...ationships.manyHasOne.phpt => relationships.manyHasOne.php} | 0 ...collection.phpt => relationships.oneHasMany.collection.php} | 0 ...mpositePK.phpt => relationships.oneHasMany.compositePK.php} | 0 ...neHasMany.has().phpt => relationships.oneHasMany.has().php} | 0 ...isLoaded().phpt => relationships.oneHasMany.isLoaded().php} | 0 ...rsistence.phpt => relationships.oneHasMany.persistence.php} | 0 ...ationships.oneHasMany.phpt => relationships.oneHasMany.php} | 0 ...HasMany.remove.phpt => relationships.oneHasMany.remove.php} | 0 ...elationships.oneHasOne.phpt => relationships.oneHasOne.php} | 0 .../{repository.callbacks.phpt => repository.callbacks.php} | 0 ...ository.cascadeRemove.phpt => repository.cascadeRemove.php} | 0 ...{repository.identitymap.phpt => repository.identitymap.php} | 0 ...epository.magicMethods.phpt => repository.magicMethods.php} | 0 ...{repository.persistence.phpt => repository.persistence.php} | 0 .../integration/Repository/{repository.phpt => repository.php} | 0 .../Repository/{repository.sti.phpt => repository.sti.php} | 0 .../{ArrayCollectionTest.phpt => ArrayCollectionTest.php} | 0 ...tionParserHelperTest.phpt => ConditionParserHelperTest.php} | 0 .../{EntityIteratorTest.phpt => EntityIteratorTest.php} | 0 .../{FetchPairsHelperTest.phpt => FetchPairsHelperTest.php} | 0 ...ultiEntityIteratorTest.phpt => MultiEntityIteratorTest.php} | 0 ...getters_setters.phpt => AbstractEntity.getters_setters.php} | 0 ...tEntity.is_modified.phpt => AbstractEntity.is_modified.php} | 0 ...actEntity.properties.phpt => AbstractEntity.properties.php} | 0 ...actEntity.repository.phpt => AbstractEntity.repository.php} | 0 ...r.parseContainer.phpt => MetadataParser.parseContainer.php} | 0 ...r.parseDefault().phpt => MetadataParser.parseDefault().php} | 0 ...aParser.parseEnum().phpt => MetadataParser.parseEnum().php} | 0 ...anyHasMany().phpt => MetadataParser.parseManyHasMany().php} | 0 ...eOneHasMany().phpt => MetadataParser.parseOneHasMany().php} | 0 ...serExceptionsTest.phpt => MetadataParserExceptionsTest.php} | 0 .../{ModifierParserTest.phpt => ModifierParserTest.php} | 0 ...ata.isReadOnly().phpt => PropertyMetadata.isReadOnly().php} | 0 ...yMetadata.isValid().phpt => PropertyMetadata.isValid().php} | 0 .../Dbal/{DbalCollectionTest.phpt => DbalCollectionTest.php} | 0 .../Mapper/Dbal/{DbalMapperTest.phpt => DbalMapperTest.php} | 0 ...atorFunctionTest.phpt => DbalValueOperatorFunctionTest.php} | 0 .../{MetadataStorageTest.phpt => MetadataStorageTest.php} | 0 .../Repository/{IdentityMapTest.phpt => IdentityMapTest.php} | 0 .../{PersistenceHelperTest.phpt => PersistenceHelperTest.php} | 0 78 files changed, 1 insertion(+), 4 deletions(-) rename tests/cases/acceptance/{MemoryManagementTest.phpt => MemoryManagementTest.php} (100%) rename tests/cases/integration/BridgeNetteDI/{dic-extension-order.phpt => dic-extension-order.php} (100%) rename tests/cases/integration/BridgeNetteDI/{dic-finder.phpt => dic-finder.php} (100%) rename tests/cases/integration/Collection/{collection.aggregation.join.phpt => collection.aggregation.join.php} (100%) rename tests/cases/integration/Collection/{collection.aggregation.phpt => collection.aggregation.php} (100%) rename tests/cases/integration/Collection/{collection.embeddables.phpt => collection.embeddables.php} (100%) rename tests/cases/integration/Collection/{collection.enumOnEntities.phpt => collection.enumOnEntities.php} (100%) rename tests/cases/integration/Collection/{collection.like.phpt => collection.like.php} (100%) rename tests/cases/integration/Collection/{collection.phpt => collection.php} (100%) rename tests/cases/integration/Collection/{collection.where.phpt => collection.where.php} (100%) rename tests/cases/integration/Entity/{entity.cloning.phpt => entity.cloning.php} (100%) rename tests/cases/integration/Entity/{entity.compositePK.phpt => entity.compositePK.php} (100%) rename tests/cases/integration/Entity/{entity.defaultValue.phpt => entity.defaultValue.php} (100%) rename tests/cases/integration/Entity/{entity.embeddable.phpt => entity.embeddable.php} (100%) rename tests/cases/integration/Entity/{entity.enumProps.phpt => entity.enumProps.php} (100%) rename tests/cases/integration/Entity/{entity.hasValue().phpt => entity.hasValue().php} (100%) rename tests/cases/integration/Entity/{entity.insert.phpt => entity.insert.php} (100%) rename tests/cases/integration/Entity/{entity.nullValidation.phpt => entity.nullValidation.php} (100%) rename tests/cases/integration/Entity/{entity.pk.phpt => entity.pk.php} (100%) rename tests/cases/integration/Entity/{entity.preloadContainer.phpt => entity.preloadContainer.php} (100%) rename tests/cases/integration/Entity/{entity.remove.phpt => entity.remove.php} (100%) rename tests/cases/integration/Entity/{entity.setReadOnlyValue().phpt => entity.setReadOnlyValue().php} (100%) rename tests/cases/integration/Entity/{entity.update.phpt => entity.update.php} (100%) rename tests/cases/integration/Mapper/{DbalPersistAutoupdateMapperTest.phpt => DbalPersistAutoupdateMapperTest.php} (100%) rename tests/cases/integration/Mapper/{conventions.phpt => conventions.php} (100%) rename tests/cases/integration/Mapper/{file.general.phpt => file.general.php} (100%) rename tests/cases/integration/Mapper/{mapper.datetimesimple.phpt => mapper.datetimesimple.php} (100%) rename tests/cases/integration/Mapper/{mapper.selection.phpt => mapper.selection.php} (100%) rename tests/cases/integration/Model/{model.clear().phpt => model.clear().php} (100%) rename tests/cases/integration/Model/{model.refreshAll.phpt => model.refreshAll.php} (100%) rename tests/cases/integration/Relationships/{entity.relationships.phpt => entity.relationships.php} (100%) rename tests/cases/integration/Relationships/{relationships.HasManyCollection.phpt => relationships.HasManyCollection.php} (100%) rename tests/cases/integration/Relationships/{relationships.cyclic.phpt => relationships.cyclic.php} (100%) rename tests/cases/integration/Relationships/{relationships.manyHasMany.collection.phpt => relationships.manyHasMany.collection.php} (100%) rename tests/cases/integration/Relationships/{relationships.manyHasMany.phpt => relationships.manyHasMany.php} (100%) rename tests/cases/integration/Relationships/{relationships.manyHasOne.isChanged().phpt => relationships.manyHasOne.isChanged().php} (100%) rename tests/cases/integration/Relationships/{relationships.manyHasOne.phpt => relationships.manyHasOne.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.collection.phpt => relationships.oneHasMany.collection.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.compositePK.phpt => relationships.oneHasMany.compositePK.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.has().phpt => relationships.oneHasMany.has().php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.isLoaded().phpt => relationships.oneHasMany.isLoaded().php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.persistence.phpt => relationships.oneHasMany.persistence.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.phpt => relationships.oneHasMany.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasMany.remove.phpt => relationships.oneHasMany.remove.php} (100%) rename tests/cases/integration/Relationships/{relationships.oneHasOne.phpt => relationships.oneHasOne.php} (100%) rename tests/cases/integration/Repository/{repository.callbacks.phpt => repository.callbacks.php} (100%) rename tests/cases/integration/Repository/{repository.cascadeRemove.phpt => repository.cascadeRemove.php} (100%) rename tests/cases/integration/Repository/{repository.identitymap.phpt => repository.identitymap.php} (100%) rename tests/cases/integration/Repository/{repository.magicMethods.phpt => repository.magicMethods.php} (100%) rename tests/cases/integration/Repository/{repository.persistence.phpt => repository.persistence.php} (100%) rename tests/cases/integration/Repository/{repository.phpt => repository.php} (100%) rename tests/cases/integration/Repository/{repository.sti.phpt => repository.sti.php} (100%) rename tests/cases/unit/Collection/{ArrayCollectionTest.phpt => ArrayCollectionTest.php} (100%) rename tests/cases/unit/Collection/{ConditionParserHelperTest.phpt => ConditionParserHelperTest.php} (100%) rename tests/cases/unit/Collection/{EntityIteratorTest.phpt => EntityIteratorTest.php} (100%) rename tests/cases/unit/Collection/{FetchPairsHelperTest.phpt => FetchPairsHelperTest.php} (100%) rename tests/cases/unit/Collection/{MultiEntityIteratorTest.phpt => MultiEntityIteratorTest.php} (100%) rename tests/cases/unit/Entity/{AbstractEntity.getters_setters.phpt => AbstractEntity.getters_setters.php} (100%) rename tests/cases/unit/Entity/{AbstractEntity.is_modified.phpt => AbstractEntity.is_modified.php} (100%) rename tests/cases/unit/Entity/{AbstractEntity.properties.phpt => AbstractEntity.properties.php} (100%) rename tests/cases/unit/Entity/{AbstractEntity.repository.phpt => AbstractEntity.repository.php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParser.parseContainer.phpt => MetadataParser.parseContainer.php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParser.parseDefault().phpt => MetadataParser.parseDefault().php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParser.parseEnum().phpt => MetadataParser.parseEnum().php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParser.parseManyHasMany().phpt => MetadataParser.parseManyHasMany().php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParser.parseOneHasMany().phpt => MetadataParser.parseOneHasMany().php} (100%) rename tests/cases/unit/Entity/Reflection/{MetadataParserExceptionsTest.phpt => MetadataParserExceptionsTest.php} (100%) rename tests/cases/unit/Entity/Reflection/{ModifierParserTest.phpt => ModifierParserTest.php} (100%) rename tests/cases/unit/Entity/Reflection/{PropertyMetadata.isReadOnly().phpt => PropertyMetadata.isReadOnly().php} (100%) rename tests/cases/unit/Entity/Reflection/{PropertyMetadata.isValid().phpt => PropertyMetadata.isValid().php} (100%) rename tests/cases/unit/Mapper/Dbal/{DbalCollectionTest.phpt => DbalCollectionTest.php} (100%) rename tests/cases/unit/Mapper/Dbal/{DbalMapperTest.phpt => DbalMapperTest.php} (100%) rename tests/cases/unit/Mapper/Dbal/{DbalValueOperatorFunctionTest.phpt => DbalValueOperatorFunctionTest.php} (100%) rename tests/cases/unit/Model/{MetadataStorageTest.phpt => MetadataStorageTest.php} (100%) rename tests/cases/unit/Repository/{IdentityMapTest.phpt => IdentityMapTest.php} (100%) rename tests/cases/unit/Repository/{PersistenceHelperTest.phpt => PersistenceHelperTest.php} (100%) diff --git a/.editorconfig b/.editorconfig index 66ee17a0..3a510e20 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ end_of_line = lf insert_final_newline = true # JS / PHP -[*.{php,phpt}] +[*.php] charset = utf-8 indent_style = tab indent_size = 4 diff --git a/.phpstan.neon b/.phpstan.neon index bd9a89db..a0088c31 100644 --- a/.phpstan.neon +++ b/.phpstan.neon @@ -8,9 +8,6 @@ parameters: - tests/cases - tests/inc - tests/bootstrap.php - fileExtensions: - - php - - phpt earlyTerminatingMethodCalls: Tester\Assert: - fail diff --git a/tests/cases/acceptance/MemoryManagementTest.phpt b/tests/cases/acceptance/MemoryManagementTest.php similarity index 100% rename from tests/cases/acceptance/MemoryManagementTest.phpt rename to tests/cases/acceptance/MemoryManagementTest.php diff --git a/tests/cases/integration/BridgeNetteDI/dic-extension-order.phpt b/tests/cases/integration/BridgeNetteDI/dic-extension-order.php similarity index 100% rename from tests/cases/integration/BridgeNetteDI/dic-extension-order.phpt rename to tests/cases/integration/BridgeNetteDI/dic-extension-order.php diff --git a/tests/cases/integration/BridgeNetteDI/dic-finder.phpt b/tests/cases/integration/BridgeNetteDI/dic-finder.php similarity index 100% rename from tests/cases/integration/BridgeNetteDI/dic-finder.phpt rename to tests/cases/integration/BridgeNetteDI/dic-finder.php diff --git a/tests/cases/integration/Collection/collection.aggregation.join.phpt b/tests/cases/integration/Collection/collection.aggregation.join.php similarity index 100% rename from tests/cases/integration/Collection/collection.aggregation.join.phpt rename to tests/cases/integration/Collection/collection.aggregation.join.php diff --git a/tests/cases/integration/Collection/collection.aggregation.phpt b/tests/cases/integration/Collection/collection.aggregation.php similarity index 100% rename from tests/cases/integration/Collection/collection.aggregation.phpt rename to tests/cases/integration/Collection/collection.aggregation.php diff --git a/tests/cases/integration/Collection/collection.embeddables.phpt b/tests/cases/integration/Collection/collection.embeddables.php similarity index 100% rename from tests/cases/integration/Collection/collection.embeddables.phpt rename to tests/cases/integration/Collection/collection.embeddables.php diff --git a/tests/cases/integration/Collection/collection.enumOnEntities.phpt b/tests/cases/integration/Collection/collection.enumOnEntities.php similarity index 100% rename from tests/cases/integration/Collection/collection.enumOnEntities.phpt rename to tests/cases/integration/Collection/collection.enumOnEntities.php diff --git a/tests/cases/integration/Collection/collection.like.phpt b/tests/cases/integration/Collection/collection.like.php similarity index 100% rename from tests/cases/integration/Collection/collection.like.phpt rename to tests/cases/integration/Collection/collection.like.php diff --git a/tests/cases/integration/Collection/collection.phpt b/tests/cases/integration/Collection/collection.php similarity index 100% rename from tests/cases/integration/Collection/collection.phpt rename to tests/cases/integration/Collection/collection.php diff --git a/tests/cases/integration/Collection/collection.where.phpt b/tests/cases/integration/Collection/collection.where.php similarity index 100% rename from tests/cases/integration/Collection/collection.where.phpt rename to tests/cases/integration/Collection/collection.where.php diff --git a/tests/cases/integration/Entity/entity.cloning.phpt b/tests/cases/integration/Entity/entity.cloning.php similarity index 100% rename from tests/cases/integration/Entity/entity.cloning.phpt rename to tests/cases/integration/Entity/entity.cloning.php diff --git a/tests/cases/integration/Entity/entity.compositePK.phpt b/tests/cases/integration/Entity/entity.compositePK.php similarity index 100% rename from tests/cases/integration/Entity/entity.compositePK.phpt rename to tests/cases/integration/Entity/entity.compositePK.php diff --git a/tests/cases/integration/Entity/entity.defaultValue.phpt b/tests/cases/integration/Entity/entity.defaultValue.php similarity index 100% rename from tests/cases/integration/Entity/entity.defaultValue.phpt rename to tests/cases/integration/Entity/entity.defaultValue.php diff --git a/tests/cases/integration/Entity/entity.embeddable.phpt b/tests/cases/integration/Entity/entity.embeddable.php similarity index 100% rename from tests/cases/integration/Entity/entity.embeddable.phpt rename to tests/cases/integration/Entity/entity.embeddable.php diff --git a/tests/cases/integration/Entity/entity.enumProps.phpt b/tests/cases/integration/Entity/entity.enumProps.php similarity index 100% rename from tests/cases/integration/Entity/entity.enumProps.phpt rename to tests/cases/integration/Entity/entity.enumProps.php diff --git a/tests/cases/integration/Entity/entity.hasValue().phpt b/tests/cases/integration/Entity/entity.hasValue().php similarity index 100% rename from tests/cases/integration/Entity/entity.hasValue().phpt rename to tests/cases/integration/Entity/entity.hasValue().php diff --git a/tests/cases/integration/Entity/entity.insert.phpt b/tests/cases/integration/Entity/entity.insert.php similarity index 100% rename from tests/cases/integration/Entity/entity.insert.phpt rename to tests/cases/integration/Entity/entity.insert.php diff --git a/tests/cases/integration/Entity/entity.nullValidation.phpt b/tests/cases/integration/Entity/entity.nullValidation.php similarity index 100% rename from tests/cases/integration/Entity/entity.nullValidation.phpt rename to tests/cases/integration/Entity/entity.nullValidation.php diff --git a/tests/cases/integration/Entity/entity.pk.phpt b/tests/cases/integration/Entity/entity.pk.php similarity index 100% rename from tests/cases/integration/Entity/entity.pk.phpt rename to tests/cases/integration/Entity/entity.pk.php diff --git a/tests/cases/integration/Entity/entity.preloadContainer.phpt b/tests/cases/integration/Entity/entity.preloadContainer.php similarity index 100% rename from tests/cases/integration/Entity/entity.preloadContainer.phpt rename to tests/cases/integration/Entity/entity.preloadContainer.php diff --git a/tests/cases/integration/Entity/entity.remove.phpt b/tests/cases/integration/Entity/entity.remove.php similarity index 100% rename from tests/cases/integration/Entity/entity.remove.phpt rename to tests/cases/integration/Entity/entity.remove.php diff --git a/tests/cases/integration/Entity/entity.setReadOnlyValue().phpt b/tests/cases/integration/Entity/entity.setReadOnlyValue().php similarity index 100% rename from tests/cases/integration/Entity/entity.setReadOnlyValue().phpt rename to tests/cases/integration/Entity/entity.setReadOnlyValue().php diff --git a/tests/cases/integration/Entity/entity.update.phpt b/tests/cases/integration/Entity/entity.update.php similarity index 100% rename from tests/cases/integration/Entity/entity.update.phpt rename to tests/cases/integration/Entity/entity.update.php diff --git a/tests/cases/integration/Mapper/DbalPersistAutoupdateMapperTest.phpt b/tests/cases/integration/Mapper/DbalPersistAutoupdateMapperTest.php similarity index 100% rename from tests/cases/integration/Mapper/DbalPersistAutoupdateMapperTest.phpt rename to tests/cases/integration/Mapper/DbalPersistAutoupdateMapperTest.php diff --git a/tests/cases/integration/Mapper/conventions.phpt b/tests/cases/integration/Mapper/conventions.php similarity index 100% rename from tests/cases/integration/Mapper/conventions.phpt rename to tests/cases/integration/Mapper/conventions.php diff --git a/tests/cases/integration/Mapper/file.general.phpt b/tests/cases/integration/Mapper/file.general.php similarity index 100% rename from tests/cases/integration/Mapper/file.general.phpt rename to tests/cases/integration/Mapper/file.general.php diff --git a/tests/cases/integration/Mapper/mapper.datetimesimple.phpt b/tests/cases/integration/Mapper/mapper.datetimesimple.php similarity index 100% rename from tests/cases/integration/Mapper/mapper.datetimesimple.phpt rename to tests/cases/integration/Mapper/mapper.datetimesimple.php diff --git a/tests/cases/integration/Mapper/mapper.selection.phpt b/tests/cases/integration/Mapper/mapper.selection.php similarity index 100% rename from tests/cases/integration/Mapper/mapper.selection.phpt rename to tests/cases/integration/Mapper/mapper.selection.php diff --git a/tests/cases/integration/Model/model.clear().phpt b/tests/cases/integration/Model/model.clear().php similarity index 100% rename from tests/cases/integration/Model/model.clear().phpt rename to tests/cases/integration/Model/model.clear().php diff --git a/tests/cases/integration/Model/model.refreshAll.phpt b/tests/cases/integration/Model/model.refreshAll.php similarity index 100% rename from tests/cases/integration/Model/model.refreshAll.phpt rename to tests/cases/integration/Model/model.refreshAll.php diff --git a/tests/cases/integration/Relationships/entity.relationships.phpt b/tests/cases/integration/Relationships/entity.relationships.php similarity index 100% rename from tests/cases/integration/Relationships/entity.relationships.phpt rename to tests/cases/integration/Relationships/entity.relationships.php diff --git a/tests/cases/integration/Relationships/relationships.HasManyCollection.phpt b/tests/cases/integration/Relationships/relationships.HasManyCollection.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.HasManyCollection.phpt rename to tests/cases/integration/Relationships/relationships.HasManyCollection.php diff --git a/tests/cases/integration/Relationships/relationships.cyclic.phpt b/tests/cases/integration/Relationships/relationships.cyclic.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.cyclic.phpt rename to tests/cases/integration/Relationships/relationships.cyclic.php diff --git a/tests/cases/integration/Relationships/relationships.manyHasMany.collection.phpt b/tests/cases/integration/Relationships/relationships.manyHasMany.collection.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.manyHasMany.collection.phpt rename to tests/cases/integration/Relationships/relationships.manyHasMany.collection.php diff --git a/tests/cases/integration/Relationships/relationships.manyHasMany.phpt b/tests/cases/integration/Relationships/relationships.manyHasMany.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.manyHasMany.phpt rename to tests/cases/integration/Relationships/relationships.manyHasMany.php diff --git a/tests/cases/integration/Relationships/relationships.manyHasOne.isChanged().phpt b/tests/cases/integration/Relationships/relationships.manyHasOne.isChanged().php similarity index 100% rename from tests/cases/integration/Relationships/relationships.manyHasOne.isChanged().phpt rename to tests/cases/integration/Relationships/relationships.manyHasOne.isChanged().php diff --git a/tests/cases/integration/Relationships/relationships.manyHasOne.phpt b/tests/cases/integration/Relationships/relationships.manyHasOne.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.manyHasOne.phpt rename to tests/cases/integration/Relationships/relationships.manyHasOne.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.collection.phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.collection.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.collection.phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.collection.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.compositePK.phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.compositePK.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.compositePK.phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.compositePK.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.has().phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.has().php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.has().phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.has().php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.isLoaded().phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.isLoaded().php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.isLoaded().phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.isLoaded().php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.persistence.phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.persistence.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.persistence.phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.persistence.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasMany.remove.phpt b/tests/cases/integration/Relationships/relationships.oneHasMany.remove.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasMany.remove.phpt rename to tests/cases/integration/Relationships/relationships.oneHasMany.remove.php diff --git a/tests/cases/integration/Relationships/relationships.oneHasOne.phpt b/tests/cases/integration/Relationships/relationships.oneHasOne.php similarity index 100% rename from tests/cases/integration/Relationships/relationships.oneHasOne.phpt rename to tests/cases/integration/Relationships/relationships.oneHasOne.php diff --git a/tests/cases/integration/Repository/repository.callbacks.phpt b/tests/cases/integration/Repository/repository.callbacks.php similarity index 100% rename from tests/cases/integration/Repository/repository.callbacks.phpt rename to tests/cases/integration/Repository/repository.callbacks.php diff --git a/tests/cases/integration/Repository/repository.cascadeRemove.phpt b/tests/cases/integration/Repository/repository.cascadeRemove.php similarity index 100% rename from tests/cases/integration/Repository/repository.cascadeRemove.phpt rename to tests/cases/integration/Repository/repository.cascadeRemove.php diff --git a/tests/cases/integration/Repository/repository.identitymap.phpt b/tests/cases/integration/Repository/repository.identitymap.php similarity index 100% rename from tests/cases/integration/Repository/repository.identitymap.phpt rename to tests/cases/integration/Repository/repository.identitymap.php diff --git a/tests/cases/integration/Repository/repository.magicMethods.phpt b/tests/cases/integration/Repository/repository.magicMethods.php similarity index 100% rename from tests/cases/integration/Repository/repository.magicMethods.phpt rename to tests/cases/integration/Repository/repository.magicMethods.php diff --git a/tests/cases/integration/Repository/repository.persistence.phpt b/tests/cases/integration/Repository/repository.persistence.php similarity index 100% rename from tests/cases/integration/Repository/repository.persistence.phpt rename to tests/cases/integration/Repository/repository.persistence.php diff --git a/tests/cases/integration/Repository/repository.phpt b/tests/cases/integration/Repository/repository.php similarity index 100% rename from tests/cases/integration/Repository/repository.phpt rename to tests/cases/integration/Repository/repository.php diff --git a/tests/cases/integration/Repository/repository.sti.phpt b/tests/cases/integration/Repository/repository.sti.php similarity index 100% rename from tests/cases/integration/Repository/repository.sti.phpt rename to tests/cases/integration/Repository/repository.sti.php diff --git a/tests/cases/unit/Collection/ArrayCollectionTest.phpt b/tests/cases/unit/Collection/ArrayCollectionTest.php similarity index 100% rename from tests/cases/unit/Collection/ArrayCollectionTest.phpt rename to tests/cases/unit/Collection/ArrayCollectionTest.php diff --git a/tests/cases/unit/Collection/ConditionParserHelperTest.phpt b/tests/cases/unit/Collection/ConditionParserHelperTest.php similarity index 100% rename from tests/cases/unit/Collection/ConditionParserHelperTest.phpt rename to tests/cases/unit/Collection/ConditionParserHelperTest.php diff --git a/tests/cases/unit/Collection/EntityIteratorTest.phpt b/tests/cases/unit/Collection/EntityIteratorTest.php similarity index 100% rename from tests/cases/unit/Collection/EntityIteratorTest.phpt rename to tests/cases/unit/Collection/EntityIteratorTest.php diff --git a/tests/cases/unit/Collection/FetchPairsHelperTest.phpt b/tests/cases/unit/Collection/FetchPairsHelperTest.php similarity index 100% rename from tests/cases/unit/Collection/FetchPairsHelperTest.phpt rename to tests/cases/unit/Collection/FetchPairsHelperTest.php diff --git a/tests/cases/unit/Collection/MultiEntityIteratorTest.phpt b/tests/cases/unit/Collection/MultiEntityIteratorTest.php similarity index 100% rename from tests/cases/unit/Collection/MultiEntityIteratorTest.phpt rename to tests/cases/unit/Collection/MultiEntityIteratorTest.php diff --git a/tests/cases/unit/Entity/AbstractEntity.getters_setters.phpt b/tests/cases/unit/Entity/AbstractEntity.getters_setters.php similarity index 100% rename from tests/cases/unit/Entity/AbstractEntity.getters_setters.phpt rename to tests/cases/unit/Entity/AbstractEntity.getters_setters.php diff --git a/tests/cases/unit/Entity/AbstractEntity.is_modified.phpt b/tests/cases/unit/Entity/AbstractEntity.is_modified.php similarity index 100% rename from tests/cases/unit/Entity/AbstractEntity.is_modified.phpt rename to tests/cases/unit/Entity/AbstractEntity.is_modified.php diff --git a/tests/cases/unit/Entity/AbstractEntity.properties.phpt b/tests/cases/unit/Entity/AbstractEntity.properties.php similarity index 100% rename from tests/cases/unit/Entity/AbstractEntity.properties.phpt rename to tests/cases/unit/Entity/AbstractEntity.properties.php diff --git a/tests/cases/unit/Entity/AbstractEntity.repository.phpt b/tests/cases/unit/Entity/AbstractEntity.repository.php similarity index 100% rename from tests/cases/unit/Entity/AbstractEntity.repository.phpt rename to tests/cases/unit/Entity/AbstractEntity.repository.php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParser.parseContainer.phpt b/tests/cases/unit/Entity/Reflection/MetadataParser.parseContainer.php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParser.parseContainer.phpt rename to tests/cases/unit/Entity/Reflection/MetadataParser.parseContainer.php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParser.parseDefault().phpt b/tests/cases/unit/Entity/Reflection/MetadataParser.parseDefault().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParser.parseDefault().phpt rename to tests/cases/unit/Entity/Reflection/MetadataParser.parseDefault().php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParser.parseEnum().phpt b/tests/cases/unit/Entity/Reflection/MetadataParser.parseEnum().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParser.parseEnum().phpt rename to tests/cases/unit/Entity/Reflection/MetadataParser.parseEnum().php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParser.parseManyHasMany().phpt b/tests/cases/unit/Entity/Reflection/MetadataParser.parseManyHasMany().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParser.parseManyHasMany().phpt rename to tests/cases/unit/Entity/Reflection/MetadataParser.parseManyHasMany().php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParser.parseOneHasMany().phpt b/tests/cases/unit/Entity/Reflection/MetadataParser.parseOneHasMany().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParser.parseOneHasMany().phpt rename to tests/cases/unit/Entity/Reflection/MetadataParser.parseOneHasMany().php diff --git a/tests/cases/unit/Entity/Reflection/MetadataParserExceptionsTest.phpt b/tests/cases/unit/Entity/Reflection/MetadataParserExceptionsTest.php similarity index 100% rename from tests/cases/unit/Entity/Reflection/MetadataParserExceptionsTest.phpt rename to tests/cases/unit/Entity/Reflection/MetadataParserExceptionsTest.php diff --git a/tests/cases/unit/Entity/Reflection/ModifierParserTest.phpt b/tests/cases/unit/Entity/Reflection/ModifierParserTest.php similarity index 100% rename from tests/cases/unit/Entity/Reflection/ModifierParserTest.phpt rename to tests/cases/unit/Entity/Reflection/ModifierParserTest.php diff --git a/tests/cases/unit/Entity/Reflection/PropertyMetadata.isReadOnly().phpt b/tests/cases/unit/Entity/Reflection/PropertyMetadata.isReadOnly().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/PropertyMetadata.isReadOnly().phpt rename to tests/cases/unit/Entity/Reflection/PropertyMetadata.isReadOnly().php diff --git a/tests/cases/unit/Entity/Reflection/PropertyMetadata.isValid().phpt b/tests/cases/unit/Entity/Reflection/PropertyMetadata.isValid().php similarity index 100% rename from tests/cases/unit/Entity/Reflection/PropertyMetadata.isValid().phpt rename to tests/cases/unit/Entity/Reflection/PropertyMetadata.isValid().php diff --git a/tests/cases/unit/Mapper/Dbal/DbalCollectionTest.phpt b/tests/cases/unit/Mapper/Dbal/DbalCollectionTest.php similarity index 100% rename from tests/cases/unit/Mapper/Dbal/DbalCollectionTest.phpt rename to tests/cases/unit/Mapper/Dbal/DbalCollectionTest.php diff --git a/tests/cases/unit/Mapper/Dbal/DbalMapperTest.phpt b/tests/cases/unit/Mapper/Dbal/DbalMapperTest.php similarity index 100% rename from tests/cases/unit/Mapper/Dbal/DbalMapperTest.phpt rename to tests/cases/unit/Mapper/Dbal/DbalMapperTest.php diff --git a/tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.phpt b/tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.php similarity index 100% rename from tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.phpt rename to tests/cases/unit/Mapper/Dbal/DbalValueOperatorFunctionTest.php diff --git a/tests/cases/unit/Model/MetadataStorageTest.phpt b/tests/cases/unit/Model/MetadataStorageTest.php similarity index 100% rename from tests/cases/unit/Model/MetadataStorageTest.phpt rename to tests/cases/unit/Model/MetadataStorageTest.php diff --git a/tests/cases/unit/Repository/IdentityMapTest.phpt b/tests/cases/unit/Repository/IdentityMapTest.php similarity index 100% rename from tests/cases/unit/Repository/IdentityMapTest.phpt rename to tests/cases/unit/Repository/IdentityMapTest.php diff --git a/tests/cases/unit/Repository/PersistenceHelperTest.phpt b/tests/cases/unit/Repository/PersistenceHelperTest.php similarity index 100% rename from tests/cases/unit/Repository/PersistenceHelperTest.phpt rename to tests/cases/unit/Repository/PersistenceHelperTest.php