From c7b101d169d4c24d886ae356cc2a5d7a913ca74b Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 29 Nov 2019 17:04:10 +0100 Subject: [PATCH] :white_check_mark: move OQL2SQL tests to another folder --- test/{core => OQL}/OQLToSQLAllClassesTest.php | 0 test/{core => OQL}/OQLToSQLGroupByTest.php | 0 test/{core => OQL}/OQLToSQLTest.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/{core => OQL}/OQLToSQLAllClassesTest.php (100%) rename test/{core => OQL}/OQLToSQLGroupByTest.php (100%) rename test/{core => OQL}/OQLToSQLTest.php (100%) diff --git a/test/core/OQLToSQLAllClassesTest.php b/test/OQL/OQLToSQLAllClassesTest.php similarity index 100% rename from test/core/OQLToSQLAllClassesTest.php rename to test/OQL/OQLToSQLAllClassesTest.php diff --git a/test/core/OQLToSQLGroupByTest.php b/test/OQL/OQLToSQLGroupByTest.php similarity index 100% rename from test/core/OQLToSQLGroupByTest.php rename to test/OQL/OQLToSQLGroupByTest.php diff --git a/test/core/OQLToSQLTest.php b/test/OQL/OQLToSQLTest.php similarity index 100% rename from test/core/OQLToSQLTest.php rename to test/OQL/OQLToSQLTest.php