public function testAttributeIsSingle()
 {
     $attr = new FixedAttribute('foo', true, []);
     $this->assertFalse($attr->isMultiple());
 }