feather = Feather\Components\Support\Facade::application(); } public function testCanDropCrumb() { $this->feather['breadcrumbs']->drop('stub'); $this->assertNotEmpty($this->feather['breadcrumbs']->crumbs); } public function testCanGetHTML() { $this->assertEquals('
  • stub
  • ', $this->feather['breadcrumbs']->item('/', 'stub')); } }