You are here

protected function OgGroupResolverTestBase::getInjectedDependencies in Organic groups 8

Returns the mocked classes that the plugin depends on.

Return value

array The mocked dependencies.

1 call to OgGroupResolverTestBase::getInjectedDependencies()
OgGroupResolverTestBase::getPluginInstance in tests/src/Unit/Plugin/OgGroupResolver/OgGroupResolverTestBase.php
Returns an instance of the plugin under test.
3 methods override OgGroupResolverTestBase::getInjectedDependencies()
RequestQueryArgumentResolverTest::getInjectedDependencies in tests/src/Unit/Plugin/OgGroupResolver/RequestQueryArgumentResolverTest.php
Returns the mocked classes that the plugin depends on.
RouteGroupContentResolverTest::getInjectedDependencies in tests/src/Unit/Plugin/OgGroupResolver/RouteGroupContentResolverTest.php
Returns the mocked classes that the plugin depends on.
RouteGroupResolverTest::getInjectedDependencies in tests/src/Unit/Plugin/OgGroupResolver/RouteGroupResolverTest.php
Returns the mocked classes that the plugin depends on.

File

tests/src/Unit/Plugin/OgGroupResolver/OgGroupResolverTestBase.php, line 188

Class

OgGroupResolverTestBase
Base class for testing OgGroupResolver plugins.

Namespace

Drupal\Tests\og\Unit\Plugin\OgGroupResolver

Code

protected function getInjectedDependencies() {
  return [];
}