diff options
Diffstat (limited to 'tests/front/controller/visitor/ShaarliVisitorControllerTest.php')
-rw-r--r-- | tests/front/controller/visitor/ShaarliVisitorControllerTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php index 83d08358..316ce49c 100644 --- a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php +++ b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php | |||
@@ -96,8 +96,6 @@ class ShaarliVisitorControllerTest extends TestCase | |||
96 | static::assertSame(10, $this->assignedValues['linkcount']); | 96 | static::assertSame(10, $this->assignedValues['linkcount']); |
97 | static::assertSame(5, $this->assignedValues['privateLinkcount']); | 97 | static::assertSame(5, $this->assignedValues['privateLinkcount']); |
98 | static::assertSame(['error'], $this->assignedValues['plugin_errors']); | 98 | static::assertSame(['error'], $this->assignedValues['plugin_errors']); |
99 | static::assertSame('/subfolder', $this->assignedValues['base_path']); | ||
100 | static::assertSame('/subfolder/tpl/default', $this->assignedValues['asset_path']); | ||
101 | 99 | ||
102 | static::assertSame('templateName', $this->assignedValues['plugins_includes']['render_includes']['target']); | 100 | static::assertSame('templateName', $this->assignedValues['plugins_includes']['render_includes']['target']); |
103 | static::assertTrue($this->assignedValues['plugins_includes']['render_includes']['loggedin']); | 101 | static::assertTrue($this->assignedValues['plugins_includes']['render_includes']['loggedin']); |