diff --git a/airtime_mvc/tests/application/bootstrap.php b/airtime_mvc/tests/application/bootstrap.php index 7851dda2d..778194afd 100644 --- a/airtime_mvc/tests/application/bootstrap.php +++ b/airtime_mvc/tests/application/bootstrap.php @@ -50,7 +50,7 @@ set_include_path(APPLICATION_PATH . '/models' . PATH_SEPARATOR . get_include_pat set_include_path(APPLICATION_PATH . '/controllers/plugins' . PATH_SEPARATOR . get_include_path()); //test data -set_include_path(APPLICATION_PATH . '/../tests/application/services/testdata' . PATH_SEPARATOR . get_include_path()); +set_include_path(APPLICATION_PATH . '/../tests/application/testdata' . PATH_SEPARATOR . get_include_path()); //helper functions set_include_path(APPLICATION_PATH . '/../tests/application/helpers' . PATH_SEPARATOR . get_include_path()); diff --git a/airtime_mvc/tests/application/services/testdata/ShowServiceData.php b/airtime_mvc/tests/application/testdata/ShowServiceData.php similarity index 100% rename from airtime_mvc/tests/application/services/testdata/ShowServiceData.php rename to airtime_mvc/tests/application/testdata/ShowServiceData.php