From 045985cd5be6c8e805545c47ca763ccbb8032fb7 Mon Sep 17 00:00:00 2001 From: odain Date: Thu, 16 Feb 2023 15:56:49 +0100 Subject: [PATCH] 5891-renable badly named tests --- test/core/{AttributeDefTest.inc.php => AttributeDefTest.php} | 0 .../{BulkChangeExtKeyTest.inc.php => BulkChangeExtKeyTest.php} | 0 test/core/{BulkChangeTest.inc.php => BulkChangeTest.php} | 0 test/webservices/{ImportTest.inc.php => ImportTest.php} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/core/{AttributeDefTest.inc.php => AttributeDefTest.php} (100%) rename test/core/{BulkChangeExtKeyTest.inc.php => BulkChangeExtKeyTest.php} (100%) rename test/core/{BulkChangeTest.inc.php => BulkChangeTest.php} (100%) rename test/webservices/{ImportTest.inc.php => ImportTest.php} (100%) diff --git a/test/core/AttributeDefTest.inc.php b/test/core/AttributeDefTest.php similarity index 100% rename from test/core/AttributeDefTest.inc.php rename to test/core/AttributeDefTest.php diff --git a/test/core/BulkChangeExtKeyTest.inc.php b/test/core/BulkChangeExtKeyTest.php similarity index 100% rename from test/core/BulkChangeExtKeyTest.inc.php rename to test/core/BulkChangeExtKeyTest.php diff --git a/test/core/BulkChangeTest.inc.php b/test/core/BulkChangeTest.php similarity index 100% rename from test/core/BulkChangeTest.inc.php rename to test/core/BulkChangeTest.php diff --git a/test/webservices/ImportTest.inc.php b/test/webservices/ImportTest.php similarity index 100% rename from test/webservices/ImportTest.inc.php rename to test/webservices/ImportTest.php