Ejemplo n.º 1
0
 /**
  * @covers pgn\tags\Round::getName
  */
 public function testGetName()
 {
     $expected = 'Round';
     $result = $this->object->getName();
     $this->assertEquals($expected, $result);
 }