Example #1
0
 public function testResetBreadcrumbs()
 {
     // lets add an HOME entry on [0]
     $this->object->initialize();
     // and reset the paths array
     $this->object->resetBreadcrumbs();
     $t_array = $this->object->getTrail(false);
     $this->assertIdentical(array(), $t_array);
 }