This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ public function testSingleRenderFlags()
637
637
$ this ->_helper ->setRenderFlag ($ newFlag );
638
638
$ expectedOutput = '<link '
639
639
. 'rel=" ' . $ type . '" '
640
- . 'href="http://www.example.com/"> ' . constant ( $ this -> _helperName . ' ::EOL ' )
640
+ . 'href="http://www.example.com/"> ' . PHP_EOL
641
641
. '<link '
642
642
. 'rev=" ' . $ type . '" '
643
643
. 'href="http://www.example.com/"> ' ;
@@ -664,7 +664,7 @@ public function testRenderFlagBitwiseOr()
664
664
665
665
// test data
666
666
$ expected = '<link rel="next" href="page2" title="Page 2"> '
667
- . constant ( $ this -> _helperName . ' ::EOL ' )
667
+ . PHP_EOL
668
668
. '<link rel="prev" href="page1" title="Page 1"> ' ;
669
669
$ actual = $ this ->_helper ->render ();
670
670
@@ -682,7 +682,7 @@ public function testIndenting()
682
682
683
683
// build expected and actual result
684
684
$ expected = ' <link rel="next" href="page2" title="Page 2"> '
685
- . constant ( $ this -> _helperName . ' ::EOL ' )
685
+ . PHP_EOL
686
686
. ' <link rel="prev" href="page1" title="Page 1"> ' ;
687
687
$ actual = $ this ->_helper ->render ();
688
688
You can’t perform that action at this time.
0 commit comments