BUGFIX Fixed ComplexTableFieldTest to work without a valid root url (which breaks the AddForm() redirection)

This commit is contained in:
Ingo Schommer 2011-03-23 17:08:02 +13:00
parent 1225426e75
commit 29afbea69d

View File

@ -22,6 +22,8 @@ class ComplexTableFieldTest extends FunctionalTest {
*/
protected $controller;
protected $autoFollowRedirection = false;
function setUp() {
parent::setUp();