]> git.mxchange.org Git - core.git/blobdiff - application/tests/init.php
Throwable is PHP 7.x and still this framework should support PHP 5 as 7 is
[core.git] / application / tests / init.php
index 7e28c40023c0c8e7af92bc542d4f625492337094..4c6879c6d1735c426da6905e249782ef988b9525 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+
 /**
  * Application initializer
  *
@@ -26,6 +29,3 @@
 
 // Get config instance
 $cfg = FrameworkConfiguration::getSelfInstance();
-
-// [EOF]
-?>