getName() public method

Return user name
public getName ( ) : string
return string
コード例 #1
0
ファイル: ModelTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('Test Test', $this->object->getName());
 }