Continued with unit tests:
authorRoland Häder <roland@mxchange.org>
Sun, 16 Jul 2017 21:46:53 +0000 (23:46 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 16 Jul 2017 21:46:53 +0000 (23:46 +0200)
commit5da8f717122568335b8a8ab230fa0de17e983fab
tree032149727863fe9eb2ede8228286d9501f76dc3e
parent887340f2efadd02aa4a1e6d6d86529570184efa5
Continued with unit tests:
- some refacturing: all detectFoo() methods are now moved from configuration
  to bootstrap class as this seems proper place
- also they can only be called static
- DNS resolver is now globally quieted in tests/bootstrap.php
- created new unit test for FrameworkBootstrap class (partly)
- this origins from configuration unit test

Signed-off-by: Roland Häder <roland@mxchange.org>
12 files changed:
framework/bootstrap/class_FrameworkBootstrap.php
framework/config-global.php
framework/config/class_FrameworkConfiguration.php
framework/main/classes/rng/class_RandomNumberGenerator.php
framework/main/classes/tools/console/class_ConsoleTools.php
framework/main/exceptions/main/class_NullPointerException.php
tests/bootstrap.php
tests/framework/.htaccess [new file with mode: 0644]
tests/framework/bootstrap/.htaccess [new file with mode: 0644]
tests/framework/bootstrap/class_FrameworkBootstrapTest.php [new file with mode: 0644]
tests/framework/config/.htaccess [new file with mode: 0644]
tests/framework/config/FrameworkConfigurationTest.php