getGroup() 공개 메소드

Returns the groupname the application should be executed with.
public getGroup ( ) : string
리턴 string The groupname
예제 #1
0
 /**
  * Test if the getter for the group works.
  *
  * @return void
  */
 public function testGetGroup()
 {
     $this->assertSame(ApplicationTest::GROUP, $this->application->getGroup());
 }