Exemplo n.º 1
0
 /**
  * Tests the getName method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testGetName()
 {
     $this->assertThat($this->object->getName(), $this->equalTo('Standard'));
 }