25 calls to PluginTestTrait::getCalledMethods() in Search API 8
- ConfigOverrideKernelTest::testIndexSave in tests/
src/ Kernel/ ConfigEntity/ ConfigOverrideKernelTest.php - Checks whether saving an index with overrides works correctly.
- DefaultConfigEntityInstallationTest::testExtensionInstallation in tests/
src/ Kernel/ ConfigEntity/ DefaultConfigEntityInstallationTest.php - Tests that installing config entities from an extension works correctly.
- DefaultConfigEntityInstallationTest::testNormalEntityCreation in tests/
src/ Kernel/ ConfigEntity/ DefaultConfigEntityInstallationTest.php - Tests that creating new config entities directly works correctly.
- EventsTest::setUp in tests/
src/ Functional/ EventsTest.php - EventsTest::testEvents in tests/
src/ Functional/ EventsTest.php - Tests whether events are correctly dispatched when using the admin UI.
- HooksTest::setUp in tests/
src/ Functional/ HooksTest.php - HooksTest::testHooks in tests/
src/ Functional/ HooksTest.php - Tests various operations via the Search API's admin UI.
- IndexChangesTest::testDatasourceAdded in tests/
src/ Kernel/ Index/ IndexChangesTest.php - Tests correct reactions when a new datasource is added.
- IndexChangesTest::testDatasourceRemoved in tests/
src/ Kernel/ Index/ IndexChangesTest.php - Tests correct reactions when a datasource is removed.
- IndexChangesTest::testTrackerChange in tests/
src/ Kernel/ Index/ IndexChangesTest.php - Tests correct reaction when the index's tracker changes.
- IndexLoadItemsTest::testMissingItems in tests/
src/ Kernel/ Index/ IndexLoadItemsTest.php - Verifies that missing items are correctly detected and removed.
- IntegrationTest::checkContentEntityTracking in tests/
src/ Functional/ IntegrationTest.php - Tests whether the tracking information is properly maintained.
- QueryTest::testGetOriginalQuery in tests/
src/ Kernel/ System/ QueryTest.php - Tests the getOriginalQuery() method.
- QueryTest::testProcessingLevel in tests/
src/ Kernel/ System/ QueryTest.php - Tests that processing levels are working correctly.
- ServerChangesTest::setUp in tests/
src/ Kernel/ Server/ ServerChangesTest.php - ServerChangesTest::testAddRemoveIndex in tests/
src/ Kernel/ Server/ ServerChangesTest.php - Tests adding and removing of indexes.
- ServerStorageTest::serverUpdate in tests/
src/ Kernel/ Server/ ServerStorageTest.php - Tests whether updating a server works correctly.
- ServerTaskTest::setUp in tests/
src/ Kernel/ Server/ ServerTaskTest.php - ServerTaskTest::testAddIndex in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests task system integration for the server's addIndex() method.
- ServerTaskTest::testAutomaticTaskRemoval in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests the correct automatic removal of tasks upon certain operations.
- ServerTaskTest::testDeleteAllIndexItems in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests task system integration for the deleteAllIndexItems() method.
- ServerTaskTest::testDeleteItems in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests task system integration for the server's deleteItems() method.
- ServerTaskTest::testRemoveIndex in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests task system integration for the server's removeIndex() method.
- ServerTaskTest::testTaskCountLimit in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Verifies that no more than 100 items will be executed at once.
- ServerTaskTest::testUpdateIndex in tests/
src/ Kernel/ Server/ ServerTaskTest.php - Tests task system integration for the server's updateIndex() method.