replace travis with github actions (#1452)

This commit is contained in:
Kevin Papst
2020-02-09 23:54:04 +01:00
committed by GitHub
parent 986d922855
commit e06314e802
11 changed files with 131 additions and 129 deletions

View File

@@ -62,7 +62,8 @@ class TwigRendererTest extends KernelTestCase
$content = $response->getContent();
$this->assertStringContainsString('<title>200204-customer_with_special_name</title>', $content);
$filename = $model->getNumberGenerator()->getInvoiceNumber() . '-customer_with_special_name';
$this->assertStringContainsString('<title>' . $filename . '</title>', $content);
$this->assertStringContainsString('<h2 class="page-header">
<span contenteditable="true">a very *long* test invoice / template title with [special] character</span>
</h2>', $content);