From: Antoine Musso Date: Tue, 13 Nov 2012 20:41:40 +0000 (+0100) Subject: (bug 41989) tests/parserTests.php missing classes X-Git-Tag: 1.31.0-rc.0~21650^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=c47601b74c250e6de2f974359a26bf7dba44dbab;p=lhc%2Fweb%2Fwiklou.git (bug 41989) tests/parserTests.php missing classes It has been broken since I0a307f23 / 7c6c05a which moved the parser test classes from the main autoloader to the one dedicated to test. Workaround that by simply requiring the two .inc file we need. Change-Id: Ib865e4e84969d633ad9173f0824322078793b8b4 --- diff --git a/tests/parserTests.php b/tests/parserTests.php index 4df9a61880..1ef6473aa3 100644 --- a/tests/parserTests.php +++ b/tests/parserTests.php @@ -28,6 +28,7 @@ $otions = array( 'quick', 'color', 'quiet', 'help', 'show-output', 'record', 'ru $optionsWithArgs = array( 'regex', 'filter', 'seed', 'setversion' ); require_once( __DIR__ . '/../maintenance/commandLine.inc' ); +require_once( __DIR__ . '/TestsAutoLoader.php' ); if ( isset( $options['help'] ) ) { echo <<