Commit 4ff9da04 authored by git's avatar git Committed by Markus Kalkbrenner
Browse files

Issue #3289525 by Project Update Bot, LOBsTerr, melonangie, mkalkbrenner:...

Issue #3289525 by Project Update Bot, LOBsTerr, melonangie, mkalkbrenner: Automated Drupal 10 compatibility fixes
parent b20298f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

namespace Drupal\Tests\search_api_solr\Unit;

use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\Component\Datetime\TimeInterface;
use Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher;
use Drupal\Core\Config\Config;
@@ -35,6 +36,7 @@ use Solarium\QueryType\Update\Query\Document;
 */
class SearchApiBackendUnitTest extends UnitTestCase {

  use ProphecyTrait;
  use InvokeMethodTrait;

  /**