Example #1
0
 public function testClearPivots()
 {
     $this->field->addPivot('newpivot');
     $this->field->clearPivots();
     $this->assertEquals(array(), $this->field->getPivots());
 }