]> git.mxchange.org Git - core.git/commit - framework/main/tests/resolver/command/console/.htaccess
Moving-session has started:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Feb 2017 16:07:55 +0000 (17:07 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:11:02 +0000 (22:11 +0100)
commite2c64b8dbc2e98f397b93152bab1f601df9c758e
tree8fbace0e092f64712e493ccc9539b6459c326717
parent8b7563e0de442492f93be4c24efdb902474fa86c
Moving-session has started:
- moved all files in application/tests/classes/ to framework/main/tests/ as
  they can (and should) be used by any application that wishes to run (unit)
  tests.

Signed-off-by: Roland Häder <roland@mxchange.org>
49 files changed:
application/tests/classes/.htaccess [deleted file]
application/tests/classes/commands/.htaccess [deleted file]
application/tests/classes/commands/console/.htaccess [deleted file]
application/tests/classes/commands/console/class_TestsConsoleMainCommand.php [deleted file]
application/tests/classes/controller/.htaccess [deleted file]
application/tests/classes/controller/console/.htaccess [deleted file]
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php [deleted file]
application/tests/classes/filter/.htaccess [deleted file]
application/tests/classes/filter/class_BaseTestsFilter.php [deleted file]
application/tests/classes/filter/tests/.htaccess [deleted file]
application/tests/classes/filter/tests/class_Tests [deleted file]
application/tests/classes/filter/tests/configuration/.htaccess [deleted file]
application/tests/classes/filter/tests/configuration/class_TestConfiguration [deleted file]
application/tests/classes/filter/tests/configuration/classes/.htaccess [deleted file]
application/tests/classes/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php [deleted file]
application/tests/classes/filter/tests/requirements/.htaccess [deleted file]
application/tests/classes/filter/tests/requirements/class_TestsPhpRequirementsFilter.php [deleted file]
application/tests/classes/resolver/.htaccess [deleted file]
application/tests/classes/resolver/command/.htaccess [deleted file]
application/tests/classes/resolver/command/console/.htaccess [deleted file]
application/tests/classes/resolver/command/console/class_TestsConsoleCommandResolver.php [deleted file]
application/tests/classes/resolver/controller/.htaccess [deleted file]
application/tests/classes/resolver/controller/class_TestsConsoleControllerResolver.php [deleted file]
application/tests/init.php
application/tests/tests/.htaccess [new file with mode: 0644]
framework/loader/class_ClassLoader.php
framework/main/tests/.htaccess [new file with mode: 0644]
framework/main/tests/commands/.htaccess [new file with mode: 0644]
framework/main/tests/commands/console/.htaccess [new file with mode: 0644]
framework/main/tests/commands/console/class_TestsConsoleMainCommand.php [new file with mode: 0644]
framework/main/tests/controller/.htaccess [new file with mode: 0644]
framework/main/tests/controller/console/.htaccess [new file with mode: 0644]
framework/main/tests/controller/console/class_TestsConsoleDefaultNewsController.php [new file with mode: 0644]
framework/main/tests/filter/.htaccess [new file with mode: 0644]
framework/main/tests/filter/class_BaseTestsFilter.php [new file with mode: 0644]
framework/main/tests/filter/tests/.htaccess [new file with mode: 0644]
framework/main/tests/filter/tests/class_Tests [new file with mode: 0644]
framework/main/tests/filter/tests/configuration/.htaccess [new file with mode: 0644]
framework/main/tests/filter/tests/configuration/class_TestConfiguration [new file with mode: 0644]
framework/main/tests/filter/tests/configuration/classes/.htaccess [new file with mode: 0644]
framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php [new file with mode: 0644]
framework/main/tests/filter/tests/requirements/.htaccess [new file with mode: 0644]
framework/main/tests/filter/tests/requirements/class_TestsPhpRequirementsFilter.php [new file with mode: 0644]
framework/main/tests/resolver/.htaccess [new file with mode: 0644]
framework/main/tests/resolver/command/.htaccess [new file with mode: 0644]
framework/main/tests/resolver/command/console/.htaccess [new file with mode: 0644]
framework/main/tests/resolver/command/console/class_TestsConsoleCommandResolver.php [new file with mode: 0644]
framework/main/tests/resolver/controller/.htaccess [new file with mode: 0644]
framework/main/tests/resolver/controller/class_TestsConsoleControllerResolver.php [new file with mode: 0644]