Example #1
0
 /**
  * @covers ::getType
  */
 public function testGetType()
 {
     $this->assertSame(MtgObjectInterface::TYPE_TOUR, $this->sut->getType());
 }