mirror of
https://github.com/getgrav/grav.git
synced 2026-07-13 18:03:45 +02:00
✅ Fix tests
This commit is contained in:
@@ -43,6 +43,8 @@ class PagesTest extends \Codeception\TestCase\Test
|
||||
$this->assertSame('', $this->pages->base());
|
||||
$this->pages->base('/test');
|
||||
$this->assertSame('/test', $this->pages->base());
|
||||
$this->pages->base('');
|
||||
$this->assertSame(null, $this->pages->base());
|
||||
}
|
||||
|
||||
public function testLastModified()
|
||||
|
||||
Reference in New Issue
Block a user