From: Roland Haeder Date: Fri, 24 Feb 2017 19:58:35 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41d3328c52be0393e2912ab64f185df205dec828;p=core.git Continued: - added "import" for FrameworkException - added "import" for NoClassException Signed-off-by: Roland Häder --- diff --git a/application/tests/config.php b/application/tests/config.php index 64ea955d..3ed7924a 100644 --- a/application/tests/config.php +++ b/application/tests/config.php @@ -29,3 +29,6 @@ $cfg = FrameworkConfiguration::getSelfInstance(); // CFG: DEFAULT-CONSOLE-COMMAND $cfg->setConfigEntry('default_console_command', 'tests'); + +// CFG: DEFAULT-TESTS-CONSOLE-COMMAND +$cfg->setConfigEntry('default_tests_console_command', 'tests'); diff --git a/application/tests/exceptions.php b/application/tests/exceptions.php index e091a967..7248c82c 100644 --- a/application/tests/exceptions.php +++ b/application/tests/exceptions.php @@ -1,5 +1,6 @@