]> git.mxchange.org Git - core.git/commit
Rewrite:
authorRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2017 18:36:12 +0000 (20:36 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2017 18:36:12 +0000 (20:36 +0200)
commit24814f48bc7bad92f55e8763bf3f657fb41b131d
tree69ed7fc127a56d9c9de2f59fd8cb2f579acb3dc9
parent974964e500f24aa7695dc4ec555dc659f78e40e8
Rewrite:
- the configuration instance is now instanciated by
  FrameworkBootstrap::getConfigurationInstance(), this *may* has made it sure
  that the class FrameworkConfiguration can be fully covered by unit tests.
- still a call-back instance test is pending

Signed-off-by: Roland Häder <roland@mxchange.org>
17 files changed:
application/tests/class_ApplicationHelper.php
application/tests/config.php
framework/bootstrap/class_FrameworkBootstrap.php
framework/config-global.php
framework/config/class_FrameworkConfiguration.php
framework/loader/class_ClassLoader.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/factories/objects/class_ObjectFactory.php
framework/main/classes/factories/stacks/class_FileStackFactory.php
framework/main/classes/factories/user/class_UserFactory.php
framework/main/classes/feature/class_FrameworkFeature.php
framework/main/classes/language/class_LanguageSystem.php
framework/main/classes/output/console/class_ConsoleOutput.php
framework/main/classes/tools/console/class_ConsoleTools.php
index.php
tests/bootstrap.php
tests/framework/config/FrameworkConfigurationTest.php