diff --git a/_config.php b/_config.php index b44b9ec..50b389b 100644 --- a/_config.php +++ b/_config.php @@ -1,6 +1,4 @@ markTestSkipped('FulltextSearchable needs to be enabled in project, required to run this test.'); $object = Injector::inst()->create(SearchPageController::class); $form = $object->SearchForm(); $this->assertInstanceOf(SearchForm::class, $form);