ZF-12269: Unit tests fail to run on PHP 5.2.4 due to namespaced classname reference in Zend_Form_Element_FileTest
Description
The issue is caused by use of a namespaced class name in the test for ZF-12173
++ /usr/local/phpunit34/usr/local/bin/phpunit --verbose --group ZF-12173 AllTests
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /var/www/local/lib/zfdev/trunk/tests/Zend/Form/Element/FileTest.php on line 507
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /var/www/local/lib/zfdev/trunk/tests/Zend/Form/Element/FileTest.php on line 507
Parse error: syntax error, unexpected T_STRING in /var/www/local/lib/zfdev/trunk/tests/Zend/Form/Element/FileTest.php on line 507
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-06-04T14:02:03.000+0000
Fixed in trunk r24876