From 08aed2041b2dbea261dbbad11c04fc04bc551117 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 6 Jul 2016 11:48:50 +0000 Subject: [PATCH] Update Tests to valid the new outputHTML git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2845 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/outputhtmlTest.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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",