예제 #1
0
 public function testGetVariant()
 {
     $test_entity_type = new GameType();
     $this->assertEquals('Standard', $test_entity_type->getVariant());
 }