コード例 #1
0
ファイル: RouterTest.php プロジェクト: Gerifield/basic-php
 public function testCreate()
 {
     $this->assertInstanceOf('\\Gerifield\\Router', Router::create());
 }