use PHPUnit\Framework\TestCase; class FormattingTest extends TestCase { public function testTextFormatting() { $expected = '

Test

Test

Test

Test

'; $this->expectOutputString($expected); include '/home/onex/cdn.1x.no/public/test/04.php'; } }