Removed the require_once \"mock objects\" CT#191

skala
Arthur Portugal 15 years ago
parent d231636e5e
commit f612606afa
  1. 3
      tests/test_suite.php

@ -6,7 +6,6 @@ ini_set('memory_limit','256M');
//List of files than need the tests
require_once 'simpletest/unit_tester.php';
require_once 'simpletest/web_tester.php';
require_once 'simpletest/mock_objects.php';
require_once 'simpletest/autorun.php';
$incdir = dirname(__FILE__).'/../main/inc/';
@ -21,7 +20,7 @@ require_once $incdir.'banner.inc.php';
ob_end_clean();
$maindir = dirname(__FILE__).'/../main/';
//List of files than need the tests since chamilo
//List of files than need the tests from chamilo
require_once $maindir.'admin/calendar.lib.php';
require_once $maindir.'admin/statistics/statistics.lib.php';
require_once $incdir.'lib/usermanager.lib.php';

Loading…
Cancel
Save