Просмотр исходного кода

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 13 лет назад
Родитель
Сommit
e7371ec3c7
1 измененных файлов с 1 добавлено и 1 удалено
  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:'));