filterExcept() public method

Exclude routes that match patterns.
public filterExcept ( $patterns = [] ) : static
return static
 public function testEmptyExcept()
 {
     $count = $this->routes->filterExcept()->count();
     $this->assertEquals(6, $count);
 }