]> git.mxchange.org Git - core.git/blobdiff - application/tests/exceptions.php
Continued:
[core.git] / application / tests / exceptions.php
index 1c3c2c4737d335a04cd951afea65d5b5aa1a9406..da44cf5ecb6124ac63850ba2031013be4d1011b1 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Import framework stuff
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * An include file for setting up the exception handler of test suite
  *
@@ -138,6 +141,3 @@ assert_options(ASSERT_WARNING   , FALSE);
 assert_options(ASSERT_BAIL      , TRUE);
 assert_options(ASSERT_QUIET_EVAL, FALSE);
 assert_options(ASSERT_CALLBACK  , '__assertHandler');
-
-// [EOF]
-?>