MDL-32323 all-in-one PHPUnit init script

This commit is contained in:
Petr Skoda 2012-04-04 21:06:01 +02:00
parent 6aaae357c9
commit 4b17369567
4 changed files with 32 additions and 6 deletions

View file

@ -23,9 +23,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
// necessary when loaded from cli/util.php script
// If this is missing then PHPUnit is not in your PHP include path. This normally
// happens if installation didn't complete correctly. Check your environment.
require_once 'PHPUnit/Autoload.php';