Пример #1
0
 public function testGetMandatoryAttributes()
 {
     $test_entity_type = new PlayerType();
     $mandatory_attributes = $test_entity_type->getMandatoryAttributes();
     $this->assertInstanceOf(AttributeMap::CLASS, $mandatory_attributes);
     $this->assertCount(1, $mandatory_attributes);
 }