getControllerName() public method

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