Continued rewriting:
[core.git] / application / tests / data.php
index 02757850b2289d9c40ee3b29eacbe65b8f68ba53..e2132b755ec63fc990d50b8168678f87da71bbff 100644 (file)
@@ -1,7 +1,4 @@
 <?php
-// Import framework stuff
-use CoreFramework\Configuration\FrameworkConfiguration;
-
 /**
  * Application data
  *
@@ -28,12 +25,9 @@ use CoreFramework\Configuration\FrameworkConfiguration;
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
-// 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()
 );