/**
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->Table = TableRegistry::get('Nullables');
     $this->Table->addBehavior('Shim.Nullable');
 }