git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@24979 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -232,7 +232,7 @@ class Zend_Form_Decorator_ViewScriptTest extends PHPUnit_Framework_TestCase
->setElement($this->getElement());
$expected = 'Foo:'
- . "\n"
+ . PHP_EOL
. '<input type="text" name="foo" id="foo" value="">';
$this->assertSame($expected, $this->decorator->render('Foo:'));