diff --git a/tests/BatchedProcessorTest/BatchedProcessorTest_Index.php b/tests/BatchedProcessorTest/BatchedProcessorTest_Index.php index c62ea6b..7116af1 100644 --- a/tests/BatchedProcessorTest/BatchedProcessorTest_Index.php +++ b/tests/BatchedProcessorTest/BatchedProcessorTest_Index.php @@ -3,7 +3,7 @@ namespace SilverStripe\FullTextSearch\Tests\BatchedProcessorTest; use SilverStripe\Dev\TestOnly; -use SilverStripe\FullTextSearch\Search\SearchIndex_Recording; +use SilverStripe\FullTextSearch\Search\Indexes\SearchIndex_Recording; class BatchedProcessorTest_Index extends SearchIndex_Recording implements TestOnly { diff --git a/tests/SearchUpdaterTest.php b/tests/SearchUpdaterTest.php index 9cbb9c8..cb8142a 100644 --- a/tests/SearchUpdaterTest.php +++ b/tests/SearchUpdaterTest.php @@ -1,7 +1,7 @@