|
|
@@ -112,6 +112,8 @@ array(
|
|
|
PHP_EOL
|
|
|
);
|
|
|
EOS;
|
|
|
+ // On Windows, we need PHP_EOL, but heredoc provides \n
|
|
|
+ $expectedSource = str_replace("\n", PHP_EOL, $expectedSource);
|
|
|
|
|
|
$propDefaultValue = new Zend_CodeGenerator_Php_Property_DefaultValue();
|
|
|
$propDefaultValue->setValue($targetValue);
|