From b753cf083752368093ad184de3276a625f584aed Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Thu, 24 Mar 2011 01:19:05 +0100 Subject: [PATCH] Fix a coment. --- test/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/bootstrap.php b/test/bootstrap.php index df766f4..c72e63a 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -22,7 +22,6 @@ passthru('php ' . PLUF_PATH . '/migrate.php --conf=' . TESTDIR . '/config.php -a echo ">>> setting up web application...\n"; require 'Pluf.php'; -// for some reason this is nowhere done in Pluf.php +// for PHPUnit 3.5 and beyond this is needed, since it comes with its own class loader spl_autoload_register('__autoload'); Pluf::start(TESTDIR . '/config.php'); -