ZF-6020: A bunch of issues caused by short_open_tag directive turned off (default Zend Server configuration)
Description
{panel} 1) testCorrectViewHelperPathShouldBePropagatedWhenSubControllerInvoked(Zend_Controller_Action_Helper_ViewRendererTest) Received <?= $this->fooUseHelper() ?>
Failed asserting that contains "fooUseHelper invoked".
2) testCorrectViewHelperPathShouldBePropagatedWhenSubControllerInvokedInDefaultModule(Zend_Controller_Action_Helper_ViewRendererTest) Received <?= $this->sampleZfHelper() ?>
Failed asserting that contains "SampleZfHelper invoked".
3) testLayoutWithViewBasePath(Zend_Layout_LayoutTest) Failed asserting that two strings are equal. expected string difference <xxxxxxxxxxxxxxxxxxxx???> got string <<?= $this->fooBar(); ?>>
4) testMissingViewScriptDoesNotDoubleRender(Zend_Layout_FunctionalTest) Failed asserting that two strings are equal.
5) testMissingViewScriptDoesDoubleRender(Zend_Layout_FunctionalTest) Failed asserting that two strings are equal. {panel}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-03-13T08:37:40.000+0000
Should now be fixed in trunk and 1.7 release branch