Example #1
0
 /**
  * @expectedException \Illuminate\Database\Eloquent\ModelNotFoundException
  */
 public function testRebuildFailsWithInvalidPK()
 {
     Category::rebuildTree([['id' => 24]]);
 }