getControllerName() public method

public getControllerName ( ) : string
return string
コード例 #1
0
 public function testGetControllerName()
 {
     $value = $this->object->getControllerName();
     $this->assertNull($value);
 }