From 72b3251b1e85529a4adcc3a3393f016b3bb2f665 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Tue, 14 Jun 2022 16:48:02 +0200 Subject: [PATCH] Tests/OutputhtmlTest.php : html code is now indented --- Tests/OutputhtmlTest.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Tests/OutputhtmlTest.php b/Tests/OutputhtmlTest.php index 9df9e6b..178003e 100644 --- a/Tests/OutputhtmlTest.php +++ b/Tests/OutputhtmlTest.php @@ -37,10 +37,12 @@ class OutputhtmlTest extends \PHPUnit_Framework_TestCase public function testlayout4 () { $this->expectOutputString(" - + + Text "." "." - \n"); + +\n"); $output = new Outputhtml (); $output->out ("data", "title", FALSE, FALSE, "Tests/layout.html" ); } @@ -48,10 +50,12 @@ class OutputhtmlTest extends \PHPUnit_Framework_TestCase public function testlayout5 () { $this->expectOutputString(" - + + Text VARIABLE - \n"); + +\n"); $output = new Outputhtml (); $variable = array ("var"=>"VARIABLE"); $output->out ("data", "title", FALSE, FALSE, "Tests/layout.html",