From bd73df573cfec336eb9fd6fc37cd867c5fa17c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 4 May 2017 19:49:57 -0300 Subject: [PATCH] Rename MrgMyisamTest and TablePropertyTest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/classes/engines/{Mrg_MyisamTest.php => MrgMyisamTest.php} | 0 test/classes/plugin/export/{ => helpers}/TablePropertyTest.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/classes/engines/{Mrg_MyisamTest.php => MrgMyisamTest.php} (100%) rename test/classes/plugin/export/{ => helpers}/TablePropertyTest.php (100%) diff --git a/test/classes/engines/Mrg_MyisamTest.php b/test/classes/engines/MrgMyisamTest.php similarity index 100% rename from test/classes/engines/Mrg_MyisamTest.php rename to test/classes/engines/MrgMyisamTest.php diff --git a/test/classes/plugin/export/TablePropertyTest.php b/test/classes/plugin/export/helpers/TablePropertyTest.php similarity index 100% rename from test/classes/plugin/export/TablePropertyTest.php rename to test/classes/plugin/export/helpers/TablePropertyTest.php