X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FShaarliVisitorControllerTest.php;fp=tests%2Ffront%2Fcontroller%2Fvisitor%2FShaarliVisitorControllerTest.php;h=7676f14d5155caf0fcb5d68341bf05ddf84f6d14;hb=ccd1862d5f6f2c0548473466aaff7ee99f9d67d2;hp=935ec24ef7597ad67dcf043176883d3f571f9995;hpb=544bbdaf8399c7a9e3c1e8b880e6f0a2fa15a769;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php index 935ec24e..7676f14d 100644 --- a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php +++ b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php @@ -93,6 +93,9 @@ class ShaarliVisitorControllerTest extends TestCase static::assertSame('templateName', $render); + static::assertSame('templateName', $this->assignedValues['_PAGE_']); + static::assertSame('templateName', $this->assignedValues['template']); + static::assertSame(10, $this->assignedValues['linkcount']); static::assertSame(5, $this->assignedValues['privateLinkcount']); static::assertSame(['error'], $this->assignedValues['plugin_errors']);