Fix a coment.

feature.better-home
Thomas Keller 2011-03-24 01:19:05 +01:00
parent 53ab5b6aff
commit b753cf0837
1 changed files with 1 additions and 2 deletions

View File

@ -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');