getDescription() public method

Returns the description.
public getDescription ( ) : string
return string
Beispiel #1
0
 /**
  * Tests getting testcase description.
  */
 public function testGetDescription()
 {
     $this->assertEquals(self::DESCRIPTION, $this->testcase->getDescription());
 }