コード例 #1
0
ファイル: PageTest.php プロジェクト: eigentor/tommiblog
 /**
  * @covers ::buildBasicRenderable
  * @expectedException \BadFunctionCallException
  */
 public function testBuildBasicRenderableWithMissingRoute()
 {
     Page::buildBasicRenderable('test_view', 'page_1', []);
 }