}
+
public static function suite()
{
$suite = new AllTests();
return $suite;
}
- protected function setUp()
- {
- global $dbhost, $dbuser, $dbpass, $dbname, $dbport, $dbpersist, $dbtype,
- $tableprefix, $TEMPLATES_DIR, $filetypes, $debugMode;
- require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
- }
+
protected function tearDown()
{
*/
$_SERVER['HTTP_HOST'] = 'http://localhost/';
define('UNIT_TEST_MODE', true);
+
+require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'
?>
\ No newline at end of file