Updated HTML invoice templates (#560)

This commit is contained in:
Kevin Papst
2019-02-12 15:35:33 +01:00
committed by GitHub
parent 742e6eb3a3
commit fd60d5bb17
10 changed files with 75 additions and 36 deletions

View File

@@ -60,6 +60,6 @@ class TwigRendererTest extends AbstractRendererTest
$this->assertContains('<h2 class="page-header">
<span contenteditable="true">a test invoice template title</span>
</h2>', $content);
$this->assertEquals(5, substr_count($content, '<td>activity description / project name</td>'));
$this->assertEquals(5, substr_count($content, 'activity description / project name'));
}
}