]> git.mxchange.org Git - shipsimu.git/blobdiff - tests/ConfigTest.php
Missing factory ShipSimuWebNewsFactory fixed
[shipsimu.git] / tests / ConfigTest.php
index 4681f2fb3828302649e03a988e7744da442baeb3..1091a5b8a9ebd105d4aa5944eb4856c0e6785a92 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+print (basename(__FILE__).": Init...\n");
+
 // Change directory
 @chdir("..");
 
@@ -20,6 +22,8 @@ define('TEST_MODE', true);
 // Load the PHPUnit framework
 require_once('PHPUnit/Framework.php');
 
+print (basename(__FILE__).": Init completed.\n\n");
+
 /**
  * A test case for the configuration sub system
  *