[svn r20992] Minor - modified all.test.php add $test =&new AllTetst();

skala
Ricardo Rodriguez 16 years ago
parent 234ac046eb
commit 746b937469
  1. 4
      tests/all.test.php

@ -1,4 +1,4 @@
<?php //$id$
<?php
require_once('../main/inc/global.inc.php');
$_SESSION['_user']['user_id'] = 1;
require_once('../main/inc/global.inc.php');
@ -9,7 +9,7 @@ class AllTests extends TestSuite {
$this->TestSuite('All tests');
//$this->addTestFile(dirname(__FILE__).'/main/inc/lib/usermanager.lib.test.php');
$this->addTestFile(dirname(__FILE__).'/main/inc/lib/main_api.lib.test.php');
// $this->assertTrue(file_exists('/temp/test.log'));
}
}
$test = &new AllTests();

Loading…
Cancel
Save