]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 22 Feb 2023 02:28:06 +0000 (03:28 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 22 Feb 2023 07:30:53 +0000 (08:30 +0100)
commit755901388ae4383f6bb4d1e0b1b635f74d924e58
tree2e69feaef6bc9e903b39e7e28ff8341c9b62c64a
parente0f20f9209644e666a0e40176c42b0e18dbb01f9
Continued:
- introduced ConsoleTools::acquireHostname() which acquires own host's name
- some methods of ConsoleTools are now "caching" their being "expensively"
  determined and then returned values
- added more unit tests
- added more debug lines
framework/bootstrap/class_FrameworkBootstrap.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/tools/console/class_ConsoleTools.php
tests/framework/bootstrap/class_FrameworkBootstrapTest.php
tests/framework/config/FrameworkConfigurationTest.php