public function testSetIsNullable()
 {
     $this->assertMethodChaining($this->object->setIsNullable(true), 'setIsNullable');
     $this->assertTrue($this->object->isNullable());
 }