From c47601b74c250e6de2f974359a26bf7dba44dbab Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 13 Nov 2012 21:41:40 +0100 Subject: [PATCH] (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 --- tests/parserTests.php | 1 + 1 file changed, 1 insertion(+) 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 <<