コード例 #1
0
 public function testGetVendor()
 {
     $test_entity_type = new GameType();
     $this->assertEquals('HoneybeeTests', $test_entity_type->getVendor());
 }