diff --git a/e107 b/e107 index 89e28e38c..dec471da6 160000 --- a/e107 +++ b/e107 @@ -1 +1 @@ -Subproject commit 89e28e38c5f2a3f9762fa826299f8e6945adee03 +Subproject commit dec471da617000d7cfeac5d8cd5b5a2ad6a69646 diff --git a/tests/unit/e_formTest.php b/tests/unit/e_formTest.php index 1f6ffb195..3ebbe99c5 100644 --- a/tests/unit/e_formTest.php +++ b/tests/unit/e_formTest.php @@ -353,6 +353,7 @@ */ public function testSelect() { + $this->_frm->__construct(true); $options = array('optDisabled'=>array('opt_2')); $selected = 'opt_3'; $opt_array = array('opt_1'=>"Option 1", 'opt_2'=>"Option 2", 'opt_3'=>"Option 3"); @@ -673,6 +674,7 @@ public function testRenderElement() { $frm = $this->_frm; + $frm->__construct(true); $expected = array( 'text_001' => "",