Explorar o código

Fix unit test for ZF-6061 under Windows

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@24979 44c647ce-9c0f-0410-b52a-842ac1e357ba
rob %!s(int64=13) %!d(string=hai) anos
pai
achega
e7371ec3c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Zend/Form/Decorator/ViewScriptTest.php

+ 1 - 1
tests/Zend/Form/Decorator/ViewScriptTest.php

@@ -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:'));