Wrote unit tests for checkFirstRun method in the default board service

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-07-11 12:59:40 -04:00
parent 08f9874745
commit 2002841c61
2 changed files with 44 additions and 3 deletions

View File

@@ -51,7 +51,8 @@ class PageControllerTest extends \Test\TestCase {
);
}
// TODO-ryan: update this test to ensure that checkFirstRun is bieng called, if it is then
// test that the createDefaultBoard is also being called.
public function testIndex() {
$response = $this->controller->index();
$this->assertEquals('main', $response->getTemplateName());