Esempio n. 1
0
 public function test_can_set_nullable()
 {
     $this->relation->nullable();
     $this->assertTrue($this->relation->getJoinColumn()->isNullable());
 }