コード例 #1
0
 public function testGetDefaultAttributesNames()
 {
     $test_entity_type = new GameType();
     $expected_attributes = (include __DIR__ . '/Fixture/default_attributes.php');
     $attribute_names = array_keys($expected_attributes);
     $this->assertEquals($attribute_names, $test_entity_type->getDefaultAttributeNames());
 }