Exemple #1
0
 public function test_can_set_comment()
 {
     $this->field->comment('comment');
     $this->field->build();
     $this->assertEquals('comment', $this->builder->getClassMetadata()->getFieldMapping('name')['options']['comment']);
 }