X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Ftests%2Fdata.php;h=e1fd3230d90bfd093b9857452ea9ae6c720dfe6c;hb=7da942b8177f7272700fd0bb7b0743bee9b58e4c;hp=7d50b5871eff2b76fbb486839c2d400ef1143610;hpb=bbf8d1ba0d35bac874225f0f9ef2102b4dbb1c78;p=core.git diff --git a/application/tests/data.php b/application/tests/data.php index 7d50b587..e1fd3230 100644 --- a/application/tests/data.php +++ b/application/tests/data.php @@ -1,8 +1,4 @@ . */ -// Get config instance -$cfg = FrameworkConfiguration::getSelfInstance(); - // Get an instance of the helper $app = call_user_func_array( - array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'), + array('CoreFramework\Helper\Application\ApplicationHelper', 'getSelfInstance'), array() ); @@ -42,6 +35,3 @@ $app = call_user_func_array( $app->setAppName('Unit tests and more'); $app->setAppVersion('0.0.0'); $app->setAppShortName('tests'); - -// [EOF] -?>