コード例 #1
0
 /**
  * Generated from @assert () === 'White'.
  *
  * @covers pgn\tags\White::getName
  */
 public function testGetName()
 {
     $this->assertSame('White', $this->object->getName());
 }