addWhere('path', '=', 'civicrm/admin')->execute(); $this->assertEquals(1, $result->count()); $result = Route::get()->addWhere('path', 'LIKE', 'civicrm/admin/%')->execute(); $this->assertGreaterThan(10, $result->count()); } }