Example #1
0
 /**
  * @test
  * @expectedException Silk\Term\Exception\TermNotFoundException
  */
 function it_blows_up_if_the_term_cannot_be_found_by_slug()
 {
     Category::fromSlug('non-existent-slug');
 }