Skip to content
Snippets Groups Projects
Commit 8b1dae29 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Try to test without AutoLoad that make travis fails.

parent 21716a0c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ print "Memory: ". ini_get('memory_limit')."\n";
global $conf,$user,$langs,$db;
//define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver
require_once 'PHPUnit/Autoload.php';
//require_once 'PHPUnit/Autoload.php';
require_once dirname(__FILE__).'/../../htdocs/master.inc.php';
if ($langs->defaultlang != 'en_US')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment