Update CMSTest.php
This commit is contained in:
parent
b60439a9a9
commit
55e20d3f25
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ class CMSTest extends TestCase
|
|||
$this->assertEquals('AntCMS', $siteInfo['siteTitle']);
|
||||
}
|
||||
|
||||
public function testRenderPage(){
|
||||
public function testRenderPage()
|
||||
{
|
||||
AntPages::generatePages();
|
||||
|
||||
$antCMS = new AntCMS;
|
||||
$pagePath = '/index.md';
|
||||
$result = $antCMS->renderPage($pagePath);
|
||||
|
|
Loading…
Reference in a new issue