Generalized include, to incorporate the Config class

This commit is contained in:
Herman van Rink
2010-08-24 15:14:27 +02:00
parent 45bdf8f522
commit b301062bee

View File

@@ -16,7 +16,7 @@ require_once 'PHPUnit/Framework.php';
/**
* Include to test.
*/
require_once './libraries/common.lib.php';
require_once './libraries/common.inc.php';
/**
* Test whichCrlf function.