diff --git a/Tests/outputhtmlTest.php b/Tests/outputhtmlTest.php index 9d08b48..8d77764 100644 --- a/Tests/outputhtmlTest.php +++ b/Tests/outputhtmlTest.php @@ -30,24 +30,22 @@ class test_outputhtml extends PHPUnit_Framework_TestCase public function testlayout4 () { - $this->expectOutputString(" - + $this->expectOutputString(" + Text - -\n"); + \n"); $output = new outputhtml (); $output->out ("data", "title", FALSE, FALSE, "Tests/layout.html" ); } public function testlayout5 () { - $this->expectOutputString(" - + $this->expectOutputString(" + Text VARIABLE - -\n"); + \n"); $output = new outputhtml (); $variable = array ("var"=>"VARIABLE"); $output->out ("data", "title", FALSE, FALSE, "Tests/layout.html",