diff --git a/.gitmodules b/.gitmodules index 47ca49da7..3863860f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,4 @@ -[submodule "e107"] - path = e107 - url = https://github.com/e107inc/e107.git - branch = master -[submodule "lib/cpaneluapi"] - path = lib/cpaneluapi +[submodule "e107_tests/lib/cpaneluapi"] + path = e107_tests/lib/cpaneluapi url = https://github.com/N1ghteyes/cpanel-UAPI-php-class.git branch = master diff --git a/e107 b/e107 deleted file mode 160000 index c060d5ace..000000000 --- a/e107 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c060d5ace25abd5dd1cc701937c6aedb0078a058 diff --git a/.gitignore b/e107_tests/.gitignore similarity index 100% rename from .gitignore rename to e107_tests/.gitignore diff --git a/.gitlab-ci.yml b/e107_tests/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to e107_tests/.gitlab-ci.yml diff --git a/README.md b/e107_tests/README.md similarity index 100% rename from README.md rename to e107_tests/README.md diff --git a/codeception.yml b/e107_tests/codeception.yml similarity index 100% rename from codeception.yml rename to e107_tests/codeception.yml diff --git a/composer.json b/e107_tests/composer.json similarity index 100% rename from composer.json rename to e107_tests/composer.json diff --git a/config.sample.yml b/e107_tests/config.sample.yml similarity index 98% rename from config.sample.yml rename to e107_tests/config.sample.yml index 4376d547a..6e817d19a 100644 --- a/config.sample.yml +++ b/e107_tests/config.sample.yml @@ -2,7 +2,7 @@ # Path (absolute or relative) to the app intended to be tested # Absolute path begins with "/"; relative path does not begin with "/" -app_path: 'e107/' +app_path: '../' # Which deployer to use to set up tests. Options: # @@ -80,4 +80,4 @@ fs: password: '' # Absolute path to where the remote web server serves "url" - path: '' \ No newline at end of file + path: '' diff --git a/lib/PriorityCallbacks.php b/e107_tests/lib/PriorityCallbacks.php similarity index 100% rename from lib/PriorityCallbacks.php rename to e107_tests/lib/PriorityCallbacks.php diff --git a/lib/ci/config.ci.yml b/e107_tests/lib/ci/config.ci.yml similarity index 100% rename from lib/ci/config.ci.yml rename to e107_tests/lib/ci/config.ci.yml diff --git a/lib/ci/setup.sh b/e107_tests/lib/ci/setup.sh similarity index 100% rename from lib/ci/setup.sh rename to e107_tests/lib/ci/setup.sh diff --git a/lib/config.php b/e107_tests/lib/config.php similarity index 100% rename from lib/config.php rename to e107_tests/lib/config.php diff --git a/e107_tests/lib/cpaneluapi b/e107_tests/lib/cpaneluapi new file mode 160000 index 000000000..f07eff729 --- /dev/null +++ b/e107_tests/lib/cpaneluapi @@ -0,0 +1 @@ +Subproject commit f07eff729ecc92c9cfcc03adf299e08565b1716a diff --git a/lib/deployers/Deployer.php b/e107_tests/lib/deployers/Deployer.php similarity index 100% rename from lib/deployers/Deployer.php rename to e107_tests/lib/deployers/Deployer.php diff --git a/lib/deployers/DeployerFactory.php b/e107_tests/lib/deployers/DeployerFactory.php similarity index 100% rename from lib/deployers/DeployerFactory.php rename to e107_tests/lib/deployers/DeployerFactory.php diff --git a/lib/deployers/LocalDeployer.php b/e107_tests/lib/deployers/LocalDeployer.php similarity index 100% rename from lib/deployers/LocalDeployer.php rename to e107_tests/lib/deployers/LocalDeployer.php diff --git a/lib/deployers/NoopDeployer.php b/e107_tests/lib/deployers/NoopDeployer.php similarity index 100% rename from lib/deployers/NoopDeployer.php rename to e107_tests/lib/deployers/NoopDeployer.php diff --git a/lib/deployers/SFTPDeployer.php b/e107_tests/lib/deployers/SFTPDeployer.php similarity index 100% rename from lib/deployers/SFTPDeployer.php rename to e107_tests/lib/deployers/SFTPDeployer.php diff --git a/lib/deployers/cPanelDeployer.php b/e107_tests/lib/deployers/cPanelDeployer.php similarity index 100% rename from lib/deployers/cPanelDeployer.php rename to e107_tests/lib/deployers/cPanelDeployer.php diff --git a/lib/preparers/E107Preparer.php b/e107_tests/lib/preparers/E107Preparer.php similarity index 100% rename from lib/preparers/E107Preparer.php rename to e107_tests/lib/preparers/E107Preparer.php diff --git a/lib/preparers/GitPreparer.php b/e107_tests/lib/preparers/GitPreparer.php similarity index 100% rename from lib/preparers/GitPreparer.php rename to e107_tests/lib/preparers/GitPreparer.php diff --git a/lib/preparers/Preparer.php b/e107_tests/lib/preparers/Preparer.php similarity index 100% rename from lib/preparers/Preparer.php rename to e107_tests/lib/preparers/Preparer.php diff --git a/lib/preparers/PreparerFactory.php b/e107_tests/lib/preparers/PreparerFactory.php similarity index 100% rename from lib/preparers/PreparerFactory.php rename to e107_tests/lib/preparers/PreparerFactory.php diff --git a/phpunit.xml b/e107_tests/phpunit.xml similarity index 100% rename from phpunit.xml rename to e107_tests/phpunit.xml diff --git a/tests/_bootstrap.php b/e107_tests/tests/_bootstrap.php similarity index 100% rename from tests/_bootstrap.php rename to e107_tests/tests/_bootstrap.php diff --git a/tests/_data/.gitkeep b/e107_tests/tests/_data/.gitkeep similarity index 100% rename from tests/_data/.gitkeep rename to e107_tests/tests/_data/.gitkeep diff --git a/tests/_data/basic-light/favicon.ico b/e107_tests/tests/_data/basic-light/favicon.ico similarity index 100% rename from tests/_data/basic-light/favicon.ico rename to e107_tests/tests/_data/basic-light/favicon.ico diff --git a/tests/_data/basic-light/fullpreview.jpg b/e107_tests/tests/_data/basic-light/fullpreview.jpg similarity index 100% rename from tests/_data/basic-light/fullpreview.jpg rename to e107_tests/tests/_data/basic-light/fullpreview.jpg diff --git a/tests/_data/basic-light/images/bullet.png b/e107_tests/tests/_data/basic-light/images/bullet.png similarity index 100% rename from tests/_data/basic-light/images/bullet.png rename to e107_tests/tests/_data/basic-light/images/bullet.png diff --git a/tests/_data/basic-light/images/carousel/img01.jpg b/e107_tests/tests/_data/basic-light/images/carousel/img01.jpg similarity index 100% rename from tests/_data/basic-light/images/carousel/img01.jpg rename to e107_tests/tests/_data/basic-light/images/carousel/img01.jpg diff --git a/tests/_data/basic-light/images/carousel/img02.jpg b/e107_tests/tests/_data/basic-light/images/carousel/img02.jpg similarity index 100% rename from tests/_data/basic-light/images/carousel/img02.jpg rename to e107_tests/tests/_data/basic-light/images/carousel/img02.jpg diff --git a/tests/_data/basic-light/images/carousel/img03.jpg b/e107_tests/tests/_data/basic-light/images/carousel/img03.jpg similarity index 100% rename from tests/_data/basic-light/images/carousel/img03.jpg rename to e107_tests/tests/_data/basic-light/images/carousel/img03.jpg diff --git a/tests/_data/basic-light/images/carousel/img04.jpg b/e107_tests/tests/_data/basic-light/images/carousel/img04.jpg similarity index 100% rename from tests/_data/basic-light/images/carousel/img04.jpg rename to e107_tests/tests/_data/basic-light/images/carousel/img04.jpg diff --git a/tests/_data/basic-light/images/carousel/img05.jpg b/e107_tests/tests/_data/basic-light/images/carousel/img05.jpg similarity index 100% rename from tests/_data/basic-light/images/carousel/img05.jpg rename to e107_tests/tests/_data/basic-light/images/carousel/img05.jpg diff --git a/tests/_data/basic-light/images/index.html b/e107_tests/tests/_data/basic-light/images/index.html similarity index 100% rename from tests/_data/basic-light/images/index.html rename to e107_tests/tests/_data/basic-light/images/index.html diff --git a/tests/_data/basic-light/languages/English.php b/e107_tests/tests/_data/basic-light/languages/English.php similarity index 100% rename from tests/_data/basic-light/languages/English.php rename to e107_tests/tests/_data/basic-light/languages/English.php diff --git a/tests/_data/basic-light/languages/index.html b/e107_tests/tests/_data/basic-light/languages/index.html similarity index 100% rename from tests/_data/basic-light/languages/index.html rename to e107_tests/tests/_data/basic-light/languages/index.html diff --git a/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.eot b/e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.eot rename to e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.eot diff --git a/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.svg b/e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.svg rename to e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.svg diff --git a/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.ttf b/e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.ttf rename to e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.ttf diff --git a/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff b/e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff rename to e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff diff --git a/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff2 b/e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff2 rename to e107_tests/tests/_data/basic-light/maw/css/fonts/glyphicons-halflings-regular.woff2 diff --git a/tests/_data/basic-light/maw/css/ie10-viewport-bug-workaround.css b/e107_tests/tests/_data/basic-light/maw/css/ie10-viewport-bug-workaround.css similarity index 100% rename from tests/_data/basic-light/maw/css/ie10-viewport-bug-workaround.css rename to e107_tests/tests/_data/basic-light/maw/css/ie10-viewport-bug-workaround.css diff --git a/tests/_data/basic-light/maw/css/index.html b/e107_tests/tests/_data/basic-light/maw/css/index.html similarity index 100% rename from tests/_data/basic-light/maw/css/index.html rename to e107_tests/tests/_data/basic-light/maw/css/index.html diff --git a/tests/_data/basic-light/maw/css/theme.min.css b/e107_tests/tests/_data/basic-light/maw/css/theme.min.css similarity index 100% rename from tests/_data/basic-light/maw/css/theme.min.css rename to e107_tests/tests/_data/basic-light/maw/css/theme.min.css diff --git a/tests/_data/basic-light/maw/index.html b/e107_tests/tests/_data/basic-light/maw/index.html similarity index 100% rename from tests/_data/basic-light/maw/index.html rename to e107_tests/tests/_data/basic-light/maw/index.html diff --git a/tests/_data/basic-light/maw/js/ie10-viewport-bug-workaround.js b/e107_tests/tests/_data/basic-light/maw/js/ie10-viewport-bug-workaround.js similarity index 100% rename from tests/_data/basic-light/maw/js/ie10-viewport-bug-workaround.js rename to e107_tests/tests/_data/basic-light/maw/js/ie10-viewport-bug-workaround.js diff --git a/tests/_data/basic-light/maw/js/index.html b/e107_tests/tests/_data/basic-light/maw/js/index.html similarity index 100% rename from tests/_data/basic-light/maw/js/index.html rename to e107_tests/tests/_data/basic-light/maw/js/index.html diff --git a/tests/_data/basic-light/preview.jpg b/e107_tests/tests/_data/basic-light/preview.jpg similarity index 100% rename from tests/_data/basic-light/preview.jpg rename to e107_tests/tests/_data/basic-light/preview.jpg diff --git a/tests/_data/basic-light/style.css b/e107_tests/tests/_data/basic-light/style.css similarity index 100% rename from tests/_data/basic-light/style.css rename to e107_tests/tests/_data/basic-light/style.css diff --git a/tests/_data/basic-light/templates/index.html b/e107_tests/tests/_data/basic-light/templates/index.html similarity index 100% rename from tests/_data/basic-light/templates/index.html rename to e107_tests/tests/_data/basic-light/templates/index.html diff --git a/tests/_data/basic-light/templates/news/news_menu_template.php b/e107_tests/tests/_data/basic-light/templates/news/news_menu_template.php similarity index 100% rename from tests/_data/basic-light/templates/news/news_menu_template.php rename to e107_tests/tests/_data/basic-light/templates/news/news_menu_template.php diff --git a/tests/_data/basic-light/templates/news/news_template.php b/e107_tests/tests/_data/basic-light/templates/news/news_template.php similarity index 100% rename from tests/_data/basic-light/templates/news/news_template.php rename to e107_tests/tests/_data/basic-light/templates/news/news_template.php diff --git a/tests/_data/basic-light/theme.php b/e107_tests/tests/_data/basic-light/theme.php similarity index 100% rename from tests/_data/basic-light/theme.php rename to e107_tests/tests/_data/basic-light/theme.php diff --git a/tests/_data/basic-light/theme.xml b/e107_tests/tests/_data/basic-light/theme.xml similarity index 100% rename from tests/_data/basic-light/theme.xml rename to e107_tests/tests/_data/basic-light/theme.xml diff --git a/tests/_data/basic-light/theme_config.php b/e107_tests/tests/_data/basic-light/theme_config.php similarity index 100% rename from tests/_data/basic-light/theme_config.php rename to e107_tests/tests/_data/basic-light/theme_config.php diff --git a/tests/_data/e107_config.php.sample b/e107_tests/tests/_data/e107_config.php.sample similarity index 100% rename from tests/_data/e107_config.php.sample rename to e107_tests/tests/_data/e107_config.php.sample diff --git a/tests/_data/e107_v2.1.9.sample.sql b/e107_tests/tests/_data/e107_v2.1.9.sample.sql similarity index 100% rename from tests/_data/e107_v2.1.9.sample.sql rename to e107_tests/tests/_data/e107_v2.1.9.sample.sql diff --git a/tests/_data/eml/bounced_01.eml b/e107_tests/tests/_data/eml/bounced_01.eml similarity index 100% rename from tests/_data/eml/bounced_01.eml rename to e107_tests/tests/_data/eml/bounced_01.eml diff --git a/tests/_data/icon_64.png b/e107_tests/tests/_data/icon_64.png similarity index 100% rename from tests/_data/icon_64.png rename to e107_tests/tests/_data/icon_64.png diff --git a/tests/_data/testcore/calendar_template.php b/e107_tests/tests/_data/testcore/calendar_template.php similarity index 100% rename from tests/_data/testcore/calendar_template.php rename to e107_tests/tests/_data/testcore/calendar_template.php diff --git a/tests/_data/testcore/comment_menu_template.php b/e107_tests/tests/_data/testcore/comment_menu_template.php similarity index 100% rename from tests/_data/testcore/comment_menu_template.php rename to e107_tests/tests/_data/testcore/comment_menu_template.php diff --git a/tests/_data/testcore/favicon.ico b/e107_tests/tests/_data/testcore/favicon.ico similarity index 100% rename from tests/_data/testcore/favicon.ico rename to e107_tests/tests/_data/testcore/favicon.ico diff --git a/tests/_data/testcore/forum/admin.png b/e107_tests/tests/_data/testcore/forum/admin.png similarity index 100% rename from tests/_data/testcore/forum/admin.png rename to e107_tests/tests/_data/testcore/forum/admin.png diff --git a/tests/_data/testcore/forum/index.html b/e107_tests/tests/_data/testcore/forum/index.html similarity index 100% rename from tests/_data/testcore/forum/index.html rename to e107_tests/tests/_data/testcore/forum/index.html diff --git a/tests/_data/testcore/forum/main_admin.png b/e107_tests/tests/_data/testcore/forum/main_admin.png similarity index 100% rename from tests/_data/testcore/forum/main_admin.png rename to e107_tests/tests/_data/testcore/forum/main_admin.png diff --git a/tests/_data/testcore/forum/moderator.png b/e107_tests/tests/_data/testcore/forum/moderator.png similarity index 100% rename from tests/_data/testcore/forum/moderator.png rename to e107_tests/tests/_data/testcore/forum/moderator.png diff --git a/tests/_data/testcore/forum/newthread.png b/e107_tests/tests/_data/testcore/forum/newthread.png similarity index 100% rename from tests/_data/testcore/forum/newthread.png rename to e107_tests/tests/_data/testcore/forum/newthread.png diff --git a/tests/_data/testcore/forum/reply.png b/e107_tests/tests/_data/testcore/forum/reply.png similarity index 100% rename from tests/_data/testcore/forum/reply.png rename to e107_tests/tests/_data/testcore/forum/reply.png diff --git a/tests/_data/testcore/fs_custom.sc b/e107_tests/tests/_data/testcore/fs_custom.sc similarity index 100% rename from tests/_data/testcore/fs_custom.sc rename to e107_tests/tests/_data/testcore/fs_custom.sc diff --git a/tests/_data/testcore/fs_functions.php b/e107_tests/tests/_data/testcore/fs_functions.php similarity index 100% rename from tests/_data/testcore/fs_functions.php rename to e107_tests/tests/_data/testcore/fs_functions.php diff --git a/tests/_data/testcore/fs_login.sc b/e107_tests/tests/_data/testcore/fs_login.sc similarity index 100% rename from tests/_data/testcore/fs_login.sc rename to e107_tests/tests/_data/testcore/fs_login.sc diff --git a/tests/_data/testcore/fs_sitelinks.sc b/e107_tests/tests/_data/testcore/fs_sitelinks.sc similarity index 100% rename from tests/_data/testcore/fs_sitelinks.sc rename to e107_tests/tests/_data/testcore/fs_sitelinks.sc diff --git a/tests/_data/testcore/images/admin_nav_bkg.png b/e107_tests/tests/_data/testcore/images/admin_nav_bkg.png similarity index 100% rename from tests/_data/testcore/images/admin_nav_bkg.png rename to e107_tests/tests/_data/testcore/images/admin_nav_bkg.png diff --git a/tests/_data/testcore/images/adminbg.png b/e107_tests/tests/_data/testcore/images/adminbg.png similarity index 100% rename from tests/_data/testcore/images/adminbg.png rename to e107_tests/tests/_data/testcore/images/adminbg.png diff --git a/tests/_data/testcore/images/adminnavbg.png b/e107_tests/tests/_data/testcore/images/adminnavbg.png similarity index 100% rename from tests/_data/testcore/images/adminnavbg.png rename to e107_tests/tests/_data/testcore/images/adminnavbg.png diff --git a/tests/_data/testcore/images/admintopbg.png b/e107_tests/tests/_data/testcore/images/admintopbg.png similarity index 100% rename from tests/_data/testcore/images/admintopbg.png rename to e107_tests/tests/_data/testcore/images/admintopbg.png diff --git a/tests/_data/testcore/images/bottom_xhtml.png b/e107_tests/tests/_data/testcore/images/bottom_xhtml.png similarity index 100% rename from tests/_data/testcore/images/bottom_xhtml.png rename to e107_tests/tests/_data/testcore/images/bottom_xhtml.png diff --git a/tests/_data/testcore/images/bullet.png b/e107_tests/tests/_data/testcore/images/bullet.png similarity index 100% rename from tests/_data/testcore/images/bullet.png rename to e107_tests/tests/_data/testcore/images/bullet.png diff --git a/tests/_data/testcore/images/bullet2.gif b/e107_tests/tests/_data/testcore/images/bullet2.gif similarity index 100% rename from tests/_data/testcore/images/bullet2.gif rename to e107_tests/tests/_data/testcore/images/bullet2.gif diff --git a/tests/_data/testcore/images/contentbg.png b/e107_tests/tests/_data/testcore/images/contentbg.png similarity index 100% rename from tests/_data/testcore/images/contentbg.png rename to e107_tests/tests/_data/testcore/images/contentbg.png diff --git a/tests/_data/testcore/images/e_adminlogo.png b/e107_tests/tests/_data/testcore/images/e_adminlogo.png similarity index 100% rename from tests/_data/testcore/images/e_adminlogo.png rename to e107_tests/tests/_data/testcore/images/e_adminlogo.png diff --git a/tests/_data/testcore/images/e_logo.png b/e107_tests/tests/_data/testcore/images/e_logo.png similarity index 100% rename from tests/_data/testcore/images/e_logo.png rename to e107_tests/tests/_data/testcore/images/e_logo.png diff --git a/tests/_data/testcore/images/e_logo_small.png b/e107_tests/tests/_data/testcore/images/e_logo_small.png similarity index 100% rename from tests/_data/testcore/images/e_logo_small.png rename to e107_tests/tests/_data/testcore/images/e_logo_small.png diff --git a/tests/_data/testcore/images/file.png b/e107_tests/tests/_data/testcore/images/file.png similarity index 100% rename from tests/_data/testcore/images/file.png rename to e107_tests/tests/_data/testcore/images/file.png diff --git a/tests/_data/testcore/images/footerbor.png b/e107_tests/tests/_data/testcore/images/footerbor.png similarity index 100% rename from tests/_data/testcore/images/footerbor.png rename to e107_tests/tests/_data/testcore/images/footerbor.png diff --git a/tests/_data/testcore/images/headerbg.png b/e107_tests/tests/_data/testcore/images/headerbg.png similarity index 100% rename from tests/_data/testcore/images/headerbg.png rename to e107_tests/tests/_data/testcore/images/headerbg.png diff --git a/tests/_data/testcore/images/index.html b/e107_tests/tests/_data/testcore/images/index.html similarity index 100% rename from tests/_data/testcore/images/index.html rename to e107_tests/tests/_data/testcore/images/index.html diff --git a/tests/_data/testcore/images/login_logo.png b/e107_tests/tests/_data/testcore/images/login_logo.png similarity index 100% rename from tests/_data/testcore/images/login_logo.png rename to e107_tests/tests/_data/testcore/images/login_logo.png diff --git a/tests/_data/testcore/images/mail.png b/e107_tests/tests/_data/testcore/images/mail.png similarity index 100% rename from tests/_data/testcore/images/mail.png rename to e107_tests/tests/_data/testcore/images/mail.png diff --git a/tests/_data/testcore/images/mainbg.png b/e107_tests/tests/_data/testcore/images/mainbg.png similarity index 100% rename from tests/_data/testcore/images/mainbg.png rename to e107_tests/tests/_data/testcore/images/mainbg.png diff --git a/tests/_data/testcore/images/nav_hover.png b/e107_tests/tests/_data/testcore/images/nav_hover.png similarity index 100% rename from tests/_data/testcore/images/nav_hover.png rename to e107_tests/tests/_data/testcore/images/nav_hover.png diff --git a/tests/_data/testcore/images/nav_sep.png b/e107_tests/tests/_data/testcore/images/nav_sep.png similarity index 100% rename from tests/_data/testcore/images/nav_sep.png rename to e107_tests/tests/_data/testcore/images/nav_sep.png diff --git a/tests/_data/testcore/images/navbg.png b/e107_tests/tests/_data/testcore/images/navbg.png similarity index 100% rename from tests/_data/testcore/images/navbg.png rename to e107_tests/tests/_data/testcore/images/navbg.png diff --git a/tests/_data/testcore/images/newsedit.png b/e107_tests/tests/_data/testcore/images/newsedit.png similarity index 100% rename from tests/_data/testcore/images/newsedit.png rename to e107_tests/tests/_data/testcore/images/newsedit.png diff --git a/tests/_data/testcore/images/pdf.png b/e107_tests/tests/_data/testcore/images/pdf.png similarity index 100% rename from tests/_data/testcore/images/pdf.png rename to e107_tests/tests/_data/testcore/images/pdf.png diff --git a/tests/_data/testcore/images/print.png b/e107_tests/tests/_data/testcore/images/print.png similarity index 100% rename from tests/_data/testcore/images/print.png rename to e107_tests/tests/_data/testcore/images/print.png diff --git a/tests/_data/testcore/images/regl.png b/e107_tests/tests/_data/testcore/images/regl.png similarity index 100% rename from tests/_data/testcore/images/regl.png rename to e107_tests/tests/_data/testcore/images/regl.png diff --git a/tests/_data/testcore/images/regm.png b/e107_tests/tests/_data/testcore/images/regm.png similarity index 100% rename from tests/_data/testcore/images/regm.png rename to e107_tests/tests/_data/testcore/images/regm.png diff --git a/tests/_data/testcore/images/regr.png b/e107_tests/tests/_data/testcore/images/regr.png similarity index 100% rename from tests/_data/testcore/images/regr.png rename to e107_tests/tests/_data/testcore/images/regr.png diff --git a/tests/_data/testcore/images/rightbox_title_bg.png b/e107_tests/tests/_data/testcore/images/rightbox_title_bg.png similarity index 100% rename from tests/_data/testcore/images/rightbox_title_bg.png rename to e107_tests/tests/_data/testcore/images/rightbox_title_bg.png diff --git a/tests/_data/testcore/images/search-icon.png b/e107_tests/tests/_data/testcore/images/search-icon.png similarity index 100% rename from tests/_data/testcore/images/search-icon.png rename to e107_tests/tests/_data/testcore/images/search-icon.png diff --git a/tests/_data/testcore/images/titlebg.png b/e107_tests/tests/_data/testcore/images/titlebg.png similarity index 100% rename from tests/_data/testcore/images/titlebg.png rename to e107_tests/tests/_data/testcore/images/titlebg.png diff --git a/tests/_data/testcore/index.html b/e107_tests/tests/_data/testcore/index.html similarity index 100% rename from tests/_data/testcore/index.html rename to e107_tests/tests/_data/testcore/index.html diff --git a/tests/_data/testcore/js/index.html b/e107_tests/tests/_data/testcore/js/index.html similarity index 100% rename from tests/_data/testcore/js/index.html rename to e107_tests/tests/_data/testcore/js/index.html diff --git a/tests/_data/testcore/js/menu.js b/e107_tests/tests/_data/testcore/js/menu.js similarity index 100% rename from tests/_data/testcore/js/menu.js rename to e107_tests/tests/_data/testcore/js/menu.js diff --git a/tests/_data/testcore/languages/English.php b/e107_tests/tests/_data/testcore/languages/English.php similarity index 100% rename from tests/_data/testcore/languages/English.php rename to e107_tests/tests/_data/testcore/languages/English.php diff --git a/tests/_data/testcore/languages/index.html b/e107_tests/tests/_data/testcore/languages/index.html similarity index 100% rename from tests/_data/testcore/languages/index.html rename to e107_tests/tests/_data/testcore/languages/index.html diff --git a/tests/_data/testcore/login_template.php b/e107_tests/tests/_data/testcore/login_template.php similarity index 100% rename from tests/_data/testcore/login_template.php rename to e107_tests/tests/_data/testcore/login_template.php diff --git a/tests/_data/testcore/preview.jpg b/e107_tests/tests/_data/testcore/preview.jpg similarity index 100% rename from tests/_data/testcore/preview.jpg rename to e107_tests/tests/_data/testcore/preview.jpg diff --git a/tests/_data/testcore/source/admin_mainadmin_moderator.png b/e107_tests/tests/_data/testcore/source/admin_mainadmin_moderator.png similarity index 100% rename from tests/_data/testcore/source/admin_mainadmin_moderator.png rename to e107_tests/tests/_data/testcore/source/admin_mainadmin_moderator.png diff --git a/tests/_data/testcore/source/forum_images.png b/e107_tests/tests/_data/testcore/source/forum_images.png similarity index 100% rename from tests/_data/testcore/source/forum_images.png rename to e107_tests/tests/_data/testcore/source/forum_images.png diff --git a/tests/_data/testcore/source/index.html b/e107_tests/tests/_data/testcore/source/index.html similarity index 100% rename from tests/_data/testcore/source/index.html rename to e107_tests/tests/_data/testcore/source/index.html diff --git a/tests/_data/testcore/source/reply_new_thread.png b/e107_tests/tests/_data/testcore/source/reply_new_thread.png similarity index 100% rename from tests/_data/testcore/source/reply_new_thread.png rename to e107_tests/tests/_data/testcore/source/reply_new_thread.png diff --git a/tests/_data/testcore/style.css b/e107_tests/tests/_data/testcore/style.css similarity index 100% rename from tests/_data/testcore/style.css rename to e107_tests/tests/_data/testcore/style.css diff --git a/tests/_data/testcore/theme.php b/e107_tests/tests/_data/testcore/theme.php similarity index 100% rename from tests/_data/testcore/theme.php rename to e107_tests/tests/_data/testcore/theme.php diff --git a/tests/_data/testcore/usersettings_template.php b/e107_tests/tests/_data/testcore/usersettings_template.php similarity index 100% rename from tests/_data/testcore/usersettings_template.php rename to e107_tests/tests/_data/testcore/usersettings_template.php diff --git a/tests/_data/testkubrick/images/01_linkbg1.gif b/e107_tests/tests/_data/testkubrick/images/01_linkbg1.gif similarity index 100% rename from tests/_data/testkubrick/images/01_linkbg1.gif rename to e107_tests/tests/_data/testkubrick/images/01_linkbg1.gif diff --git a/tests/_data/testkubrick/images/01_linkbg2.gif b/e107_tests/tests/_data/testkubrick/images/01_linkbg2.gif similarity index 100% rename from tests/_data/testkubrick/images/01_linkbg2.gif rename to e107_tests/tests/_data/testkubrick/images/01_linkbg2.gif diff --git a/tests/_data/testkubrick/images/bar.jpg b/e107_tests/tests/_data/testkubrick/images/bar.jpg similarity index 100% rename from tests/_data/testkubrick/images/bar.jpg rename to e107_tests/tests/_data/testkubrick/images/bar.jpg diff --git a/tests/_data/testkubrick/images/bullet2.gif b/e107_tests/tests/_data/testkubrick/images/bullet2.gif similarity index 100% rename from tests/_data/testkubrick/images/bullet2.gif rename to e107_tests/tests/_data/testkubrick/images/bullet2.gif diff --git a/tests/_data/testkubrick/images/kubrickbg.jpg b/e107_tests/tests/_data/testkubrick/images/kubrickbg.jpg similarity index 100% rename from tests/_data/testkubrick/images/kubrickbg.jpg rename to e107_tests/tests/_data/testkubrick/images/kubrickbg.jpg diff --git a/tests/_data/testkubrick/images/kubrickbgcolor.jpg b/e107_tests/tests/_data/testkubrick/images/kubrickbgcolor.jpg similarity index 100% rename from tests/_data/testkubrick/images/kubrickbgcolor.jpg rename to e107_tests/tests/_data/testkubrick/images/kubrickbgcolor.jpg diff --git a/tests/_data/testkubrick/images/kubrickbgwide.jpg b/e107_tests/tests/_data/testkubrick/images/kubrickbgwide.jpg similarity index 100% rename from tests/_data/testkubrick/images/kubrickbgwide.jpg rename to e107_tests/tests/_data/testkubrick/images/kubrickbgwide.jpg diff --git a/tests/_data/testkubrick/images/kubrickfooter.jpg b/e107_tests/tests/_data/testkubrick/images/kubrickfooter.jpg similarity index 100% rename from tests/_data/testkubrick/images/kubrickfooter.jpg rename to e107_tests/tests/_data/testkubrick/images/kubrickfooter.jpg diff --git a/tests/_data/testkubrick/images/kubrickheader.jpg b/e107_tests/tests/_data/testkubrick/images/kubrickheader.jpg similarity index 100% rename from tests/_data/testkubrick/images/kubrickheader.jpg rename to e107_tests/tests/_data/testkubrick/images/kubrickheader.jpg diff --git a/tests/_data/testkubrick/images/tileage.jpg b/e107_tests/tests/_data/testkubrick/images/tileage.jpg similarity index 100% rename from tests/_data/testkubrick/images/tileage.jpg rename to e107_tests/tests/_data/testkubrick/images/tileage.jpg diff --git a/tests/_data/testkubrick/index.html b/e107_tests/tests/_data/testkubrick/index.html similarity index 100% rename from tests/_data/testkubrick/index.html rename to e107_tests/tests/_data/testkubrick/index.html diff --git a/tests/_data/testkubrick/languages/English.php b/e107_tests/tests/_data/testkubrick/languages/English.php similarity index 100% rename from tests/_data/testkubrick/languages/English.php rename to e107_tests/tests/_data/testkubrick/languages/English.php diff --git a/tests/_data/testkubrick/preview.jpg b/e107_tests/tests/_data/testkubrick/preview.jpg similarity index 100% rename from tests/_data/testkubrick/preview.jpg rename to e107_tests/tests/_data/testkubrick/preview.jpg diff --git a/tests/_data/testkubrick/style.css b/e107_tests/tests/_data/testkubrick/style.css similarity index 100% rename from tests/_data/testkubrick/style.css rename to e107_tests/tests/_data/testkubrick/style.css diff --git a/tests/_data/testkubrick/theme.js b/e107_tests/tests/_data/testkubrick/theme.js similarity index 100% rename from tests/_data/testkubrick/theme.js rename to e107_tests/tests/_data/testkubrick/theme.js diff --git a/tests/_data/testkubrick/theme.php b/e107_tests/tests/_data/testkubrick/theme.php similarity index 100% rename from tests/_data/testkubrick/theme.php rename to e107_tests/tests/_data/testkubrick/theme.php diff --git a/tests/_data/testkubrick/ul.sc b/e107_tests/tests/_data/testkubrick/ul.sc similarity index 100% rename from tests/_data/testkubrick/ul.sc rename to e107_tests/tests/_data/testkubrick/ul.sc diff --git a/tests/_data/unserializeTest.log b/e107_tests/tests/_data/unserializeTest.log similarity index 100% rename from tests/_data/unserializeTest.log rename to e107_tests/tests/_data/unserializeTest.log diff --git a/tests/_data/unserializeTest2.log b/e107_tests/tests/_data/unserializeTest2.log similarity index 100% rename from tests/_data/unserializeTest2.log rename to e107_tests/tests/_data/unserializeTest2.log diff --git a/tests/_support/AcceptanceTester.php b/e107_tests/tests/_support/AcceptanceTester.php similarity index 100% rename from tests/_support/AcceptanceTester.php rename to e107_tests/tests/_support/AcceptanceTester.php diff --git a/tests/_support/FunctionalTester.php b/e107_tests/tests/_support/FunctionalTester.php similarity index 100% rename from tests/_support/FunctionalTester.php rename to e107_tests/tests/_support/FunctionalTester.php diff --git a/tests/_support/Helper/Acceptance.php b/e107_tests/tests/_support/Helper/Acceptance.php similarity index 100% rename from tests/_support/Helper/Acceptance.php rename to e107_tests/tests/_support/Helper/Acceptance.php diff --git a/tests/_support/Helper/Base.php b/e107_tests/tests/_support/Helper/Base.php similarity index 100% rename from tests/_support/Helper/Base.php rename to e107_tests/tests/_support/Helper/Base.php diff --git a/tests/_support/Helper/DelayedDb.php b/e107_tests/tests/_support/Helper/DelayedDb.php similarity index 100% rename from tests/_support/Helper/DelayedDb.php rename to e107_tests/tests/_support/Helper/DelayedDb.php diff --git a/tests/_support/Helper/E107Base.php b/e107_tests/tests/_support/Helper/E107Base.php similarity index 100% rename from tests/_support/Helper/E107Base.php rename to e107_tests/tests/_support/Helper/E107Base.php diff --git a/tests/_support/Helper/Functional.php b/e107_tests/tests/_support/Helper/Functional.php similarity index 100% rename from tests/_support/Helper/Functional.php rename to e107_tests/tests/_support/Helper/Functional.php diff --git a/tests/_support/Helper/Unit.php b/e107_tests/tests/_support/Helper/Unit.php similarity index 100% rename from tests/_support/Helper/Unit.php rename to e107_tests/tests/_support/Helper/Unit.php diff --git a/tests/_support/UnitTester.php b/e107_tests/tests/_support/UnitTester.php similarity index 100% rename from tests/_support/UnitTester.php rename to e107_tests/tests/_support/UnitTester.php diff --git a/tests/acceptance.suite.yml b/e107_tests/tests/acceptance.suite.yml similarity index 100% rename from tests/acceptance.suite.yml rename to e107_tests/tests/acceptance.suite.yml diff --git a/tests/acceptance/0000_InstallCest.php b/e107_tests/tests/acceptance/0000_InstallCest.php similarity index 100% rename from tests/acceptance/0000_InstallCest.php rename to e107_tests/tests/acceptance/0000_InstallCest.php diff --git a/tests/acceptance/0001_AdminLoginCest.php b/e107_tests/tests/acceptance/0001_AdminLoginCest.php similarity index 100% rename from tests/acceptance/0001_AdminLoginCest.php rename to e107_tests/tests/acceptance/0001_AdminLoginCest.php diff --git a/tests/acceptance/0002_UserSignupCest.php b/e107_tests/tests/acceptance/0002_UserSignupCest.php similarity index 100% rename from tests/acceptance/0002_UserSignupCest.php rename to e107_tests/tests/acceptance/0002_UserSignupCest.php diff --git a/tests/acceptance/0010_ThumbCest.php b/e107_tests/tests/acceptance/0010_ThumbCest.php similarity index 100% rename from tests/acceptance/0010_ThumbCest.php rename to e107_tests/tests/acceptance/0010_ThumbCest.php diff --git a/tests/acceptance/0011_CaptchaCest.php b/e107_tests/tests/acceptance/0011_CaptchaCest.php similarity index 100% rename from tests/acceptance/0011_CaptchaCest.php rename to e107_tests/tests/acceptance/0011_CaptchaCest.php diff --git a/tests/acceptance/_bootstrap.php b/e107_tests/tests/acceptance/_bootstrap.php similarity index 100% rename from tests/acceptance/_bootstrap.php rename to e107_tests/tests/acceptance/_bootstrap.php diff --git a/tests/functional.suite.yml b/e107_tests/tests/functional.suite.yml similarity index 100% rename from tests/functional.suite.yml rename to e107_tests/tests/functional.suite.yml diff --git a/tests/functional/_bootstrap.php b/e107_tests/tests/functional/_bootstrap.php similarity index 100% rename from tests/functional/_bootstrap.php rename to e107_tests/tests/functional/_bootstrap.php diff --git a/tests/unit.suite.yml b/e107_tests/tests/unit.suite.yml similarity index 100% rename from tests/unit.suite.yml rename to e107_tests/tests/unit.suite.yml diff --git a/tests/unit/ConstantsTest.php b/e107_tests/tests/unit/ConstantsTest.php similarity index 100% rename from tests/unit/ConstantsTest.php rename to e107_tests/tests/unit/ConstantsTest.php diff --git a/tests/unit/PathsTest.php b/e107_tests/tests/unit/PathsTest.php similarity index 100% rename from tests/unit/PathsTest.php rename to e107_tests/tests/unit/PathsTest.php diff --git a/tests/unit/TreeModelTest.php b/e107_tests/tests/unit/TreeModelTest.php similarity index 100% rename from tests/unit/TreeModelTest.php rename to e107_tests/tests/unit/TreeModelTest.php diff --git a/tests/unit/UserHandlerTest.php b/e107_tests/tests/unit/UserHandlerTest.php similarity index 100% rename from tests/unit/UserHandlerTest.php rename to e107_tests/tests/unit/UserHandlerTest.php diff --git a/tests/unit/_bootstrap.php b/e107_tests/tests/unit/_bootstrap.php similarity index 100% rename from tests/unit/_bootstrap.php rename to e107_tests/tests/unit/_bootstrap.php diff --git a/tests/unit/class2Test.php b/e107_tests/tests/unit/class2Test.php similarity index 100% rename from tests/unit/class2Test.php rename to e107_tests/tests/unit/class2Test.php diff --git a/tests/unit/core_functionsTest.php b/e107_tests/tests/unit/core_functionsTest.php similarity index 100% rename from tests/unit/core_functionsTest.php rename to e107_tests/tests/unit/core_functionsTest.php diff --git a/tests/unit/db_verifyTest.php b/e107_tests/tests/unit/db_verifyTest.php similarity index 100% rename from tests/unit/db_verifyTest.php rename to e107_tests/tests/unit/db_verifyTest.php diff --git a/tests/unit/e107/Shims/InternalAlternateTest.php b/e107_tests/tests/unit/e107/Shims/InternalAlternateTest.php similarity index 100% rename from tests/unit/e107/Shims/InternalAlternateTest.php rename to e107_tests/tests/unit/e107/Shims/InternalAlternateTest.php diff --git a/tests/unit/e107/Shims/eShimsTest.php b/e107_tests/tests/unit/e107/Shims/eShimsTest.php similarity index 100% rename from tests/unit/e107/Shims/eShimsTest.php rename to e107_tests/tests/unit/e107/Shims/eShimsTest.php diff --git a/tests/unit/e107BounceTest.php b/e107_tests/tests/unit/e107BounceTest.php similarity index 100% rename from tests/unit/e107BounceTest.php rename to e107_tests/tests/unit/e107BounceTest.php diff --git a/tests/unit/e107Test.php b/e107_tests/tests/unit/e107Test.php similarity index 100% rename from tests/unit/e107Test.php rename to e107_tests/tests/unit/e107Test.php diff --git a/tests/unit/e107_db_debugTest.php b/e107_tests/tests/unit/e107_db_debugTest.php similarity index 100% rename from tests/unit/e107_db_debugTest.php rename to e107_tests/tests/unit/e107_db_debugTest.php diff --git a/tests/unit/e107_user_extendedTest.php b/e107_tests/tests/unit/e107_user_extendedTest.php similarity index 100% rename from tests/unit/e107_user_extendedTest.php rename to e107_tests/tests/unit/e107_user_extendedTest.php diff --git a/tests/unit/e107pluginTest.php b/e107_tests/tests/unit/e107pluginTest.php similarity index 100% rename from tests/unit/e107pluginTest.php rename to e107_tests/tests/unit/e107pluginTest.php diff --git a/tests/unit/e107tableTest.php b/e107_tests/tests/unit/e107tableTest.php similarity index 100% rename from tests/unit/e107tableTest.php rename to e107_tests/tests/unit/e107tableTest.php diff --git a/tests/unit/eHelperTest.php b/e107_tests/tests/unit/eHelperTest.php similarity index 100% rename from tests/unit/eHelperTest.php rename to e107_tests/tests/unit/eHelperTest.php diff --git a/tests/unit/e_admin_logTest.php b/e107_tests/tests/unit/e_admin_logTest.php similarity index 100% rename from tests/unit/e_admin_logTest.php rename to e107_tests/tests/unit/e_admin_logTest.php diff --git a/tests/unit/e_admin_uiTest.php b/e107_tests/tests/unit/e_admin_uiTest.php similarity index 100% rename from tests/unit/e_admin_uiTest.php rename to e107_tests/tests/unit/e_admin_uiTest.php diff --git a/tests/unit/e_arrayTest.php b/e107_tests/tests/unit/e_arrayTest.php similarity index 100% rename from tests/unit/e_arrayTest.php rename to e107_tests/tests/unit/e_arrayTest.php diff --git a/tests/unit/e_customfieldsTest.php b/e107_tests/tests/unit/e_customfieldsTest.php similarity index 100% rename from tests/unit/e_customfieldsTest.php rename to e107_tests/tests/unit/e_customfieldsTest.php diff --git a/tests/unit/e_dateTest.php b/e107_tests/tests/unit/e_dateTest.php similarity index 100% rename from tests/unit/e_dateTest.php rename to e107_tests/tests/unit/e_dateTest.php diff --git a/tests/unit/e_db_mysqlTest.php b/e107_tests/tests/unit/e_db_mysqlTest.php similarity index 100% rename from tests/unit/e_db_mysqlTest.php rename to e107_tests/tests/unit/e_db_mysqlTest.php diff --git a/tests/unit/e_db_pdoTest.php b/e107_tests/tests/unit/e_db_pdoTest.php similarity index 100% rename from tests/unit/e_db_pdoTest.php rename to e107_tests/tests/unit/e_db_pdoTest.php diff --git a/tests/unit/e_fileTest.php b/e107_tests/tests/unit/e_fileTest.php similarity index 100% rename from tests/unit/e_fileTest.php rename to e107_tests/tests/unit/e_fileTest.php diff --git a/tests/unit/e_formTest.php b/e107_tests/tests/unit/e_formTest.php similarity index 100% rename from tests/unit/e_formTest.php rename to e107_tests/tests/unit/e_formTest.php diff --git a/tests/unit/e_jsmanagerTest.php b/e107_tests/tests/unit/e_jsmanagerTest.php similarity index 100% rename from tests/unit/e_jsmanagerTest.php rename to e107_tests/tests/unit/e_jsmanagerTest.php diff --git a/tests/unit/e_marketplaceTest.php b/e107_tests/tests/unit/e_marketplaceTest.php similarity index 100% rename from tests/unit/e_marketplaceTest.php rename to e107_tests/tests/unit/e_marketplaceTest.php diff --git a/tests/unit/e_mediaTest.php b/e107_tests/tests/unit/e_mediaTest.php similarity index 100% rename from tests/unit/e_mediaTest.php rename to e107_tests/tests/unit/e_mediaTest.php diff --git a/tests/unit/e_menu_layoutTest.php b/e107_tests/tests/unit/e_menu_layoutTest.php similarity index 100% rename from tests/unit/e_menu_layoutTest.php rename to e107_tests/tests/unit/e_menu_layoutTest.php diff --git a/tests/unit/e_onlineTest.php b/e107_tests/tests/unit/e_onlineTest.php similarity index 100% rename from tests/unit/e_onlineTest.php rename to e107_tests/tests/unit/e_onlineTest.php diff --git a/tests/unit/e_parseTest.php b/e107_tests/tests/unit/e_parseTest.php similarity index 100% rename from tests/unit/e_parseTest.php rename to e107_tests/tests/unit/e_parseTest.php diff --git a/tests/unit/e_parse_shortcodeTest.php b/e107_tests/tests/unit/e_parse_shortcodeTest.php similarity index 100% rename from tests/unit/e_parse_shortcodeTest.php rename to e107_tests/tests/unit/e_parse_shortcodeTest.php diff --git a/tests/unit/e_pluginTest.php b/e107_tests/tests/unit/e_pluginTest.php similarity index 100% rename from tests/unit/e_pluginTest.php rename to e107_tests/tests/unit/e_pluginTest.php diff --git a/tests/unit/e_searchTest.php b/e107_tests/tests/unit/e_searchTest.php similarity index 100% rename from tests/unit/e_searchTest.php rename to e107_tests/tests/unit/e_searchTest.php diff --git a/tests/unit/e_sessionTest.php b/e107_tests/tests/unit/e_sessionTest.php similarity index 100% rename from tests/unit/e_sessionTest.php rename to e107_tests/tests/unit/e_sessionTest.php diff --git a/tests/unit/e_shortcodeTest.php b/e107_tests/tests/unit/e_shortcodeTest.php similarity index 100% rename from tests/unit/e_shortcodeTest.php rename to e107_tests/tests/unit/e_shortcodeTest.php diff --git a/tests/unit/e_signup_classTest.php b/e107_tests/tests/unit/e_signup_classTest.php similarity index 100% rename from tests/unit/e_signup_classTest.php rename to e107_tests/tests/unit/e_signup_classTest.php diff --git a/tests/unit/e_themeTest.php b/e107_tests/tests/unit/e_themeTest.php similarity index 100% rename from tests/unit/e_themeTest.php rename to e107_tests/tests/unit/e_themeTest.php diff --git a/tests/unit/e_userTest.php b/e107_tests/tests/unit/e_userTest.php similarity index 100% rename from tests/unit/e_userTest.php rename to e107_tests/tests/unit/e_userTest.php diff --git a/tests/unit/e_user_modelTest.php b/e107_tests/tests/unit/e_user_modelTest.php similarity index 100% rename from tests/unit/e_user_modelTest.php rename to e107_tests/tests/unit/e_user_modelTest.php diff --git a/tests/unit/lancheckTest.php b/e107_tests/tests/unit/lancheckTest.php similarity index 100% rename from tests/unit/lancheckTest.php rename to e107_tests/tests/unit/lancheckTest.php diff --git a/tests/unit/plugins/e107TinyMceParserTest.php b/e107_tests/tests/unit/plugins/e107TinyMceParserTest.php similarity index 100% rename from tests/unit/plugins/e107TinyMceParserTest.php rename to e107_tests/tests/unit/plugins/e107TinyMceParserTest.php diff --git a/tests/unit/plugins/linkwords/e_tohtml_linkwordsTest.php b/e107_tests/tests/unit/plugins/linkwords/e_tohtml_linkwordsTest.php similarity index 100% rename from tests/unit/plugins/linkwords/e_tohtml_linkwordsTest.php rename to e107_tests/tests/unit/plugins/linkwords/e_tohtml_linkwordsTest.php diff --git a/tests/unit/pluginsTest.php b/e107_tests/tests/unit/pluginsTest.php similarity index 100% rename from tests/unit/pluginsTest.php rename to e107_tests/tests/unit/pluginsTest.php diff --git a/tests/unit/themeHandlerTest.php b/e107_tests/tests/unit/themeHandlerTest.php similarity index 100% rename from tests/unit/themeHandlerTest.php rename to e107_tests/tests/unit/themeHandlerTest.php diff --git a/tests/unit/user_classTest.php b/e107_tests/tests/unit/user_classTest.php similarity index 100% rename from tests/unit/user_classTest.php rename to e107_tests/tests/unit/user_classTest.php diff --git a/tests/unit/xmlClassTest.php b/e107_tests/tests/unit/xmlClassTest.php similarity index 100% rename from tests/unit/xmlClassTest.php rename to e107_tests/tests/unit/xmlClassTest.php diff --git a/lib/cpaneluapi b/lib/cpaneluapi deleted file mode 160000 index f1c73d690..000000000 --- a/lib/cpaneluapi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f1c73d69027b8d6b2bf3aa1c3d66ab51e693ce11 diff --git a/tests/_output/.gitkeep b/tests/_output/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/vendor/.gitkeep b/vendor/.gitkeep deleted file mode 100644 index e69de29bb..000000000