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()
637637 $ this ->_helper ->setRenderFlag ($ newFlag );
638638 $ expectedOutput = '<link '
639639 . 'rel=" ' . $ type . '" '
640- . 'href="http://www.example.com/"> ' . constant ( $ this -> _helperName . ' ::EOL ' )
640+ . 'href="http://www.example.com/"> ' . PHP_EOL
641641 . '<link '
642642 . 'rev=" ' . $ type . '" '
643643 . 'href="http://www.example.com/"> ' ;
@@ -664,7 +664,7 @@ public function testRenderFlagBitwiseOr()
664664
665665 // test data
666666 $ expected = '<link rel="next" href="page2" title="Page 2"> '
667- . constant ( $ this -> _helperName . ' ::EOL ' )
667+ . PHP_EOL
668668 . '<link rel="prev" href="page1" title="Page 1"> ' ;
669669 $ actual = $ this ->_helper ->render ();
670670
@@ -682,7 +682,7 @@ public function testIndenting()
682682
683683 // build expected and actual result
684684 $ expected = ' <link rel="next" href="page2" title="Page 2"> '
685- . constant ( $ this -> _helperName . ' ::EOL ' )
685+ . PHP_EOL
686686 . ' <link rel="prev" href="page1" title="Page 1"> ' ;
687687 $ actual = $ this ->_helper ->render ();
688688
You can’t perform that action at this time.
0 commit comments