You are here

protected property SearchPageRepositoryTest::$query in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php \Drupal\Tests\search\Unit\SearchPageRepositoryTest::query

The entity query object.

Type: \Drupal\Core\Entity\Query\QueryInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php, line 33
Contains \Drupal\Tests\search\Unit\SearchPageRepositoryTest.

Class

SearchPageRepositoryTest
@coversDefaultClass \Drupal\search\SearchPageRepository @group search

Namespace

Drupal\Tests\search\Unit

Code

protected $query;