コード例 #1
0
ファイル: ControllerTest.php プロジェクト: alphadevx/alpha
 /**
  * Testing that the AlphaController constructor uses the controller name as the AlphaController->name (job) of the controller.
  *
  * @since 1.0
  */
 public function testConstructorJobControllerName()
 {
     $this->assertEquals('Alpha\\Controller\\ImageController', $this->controller->getName(), 'Testing that the AlphaController constructor defaults to using the controller name as the AlphaController->name of the controller');
 }