AggregatorFeedTest::providerSource |
function |
core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php |
The data provider. |
AggregatorFeedViewsFieldAccessTest |
class |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Tests base field access in Views for the aggregator_feed entity. |
AggregatorFeedViewsFieldAccessTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
|
AggregatorFeedViewsFieldAccessTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Modules to enable. |
AggregatorFeedViewsFieldAccessTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
|
AggregatorFeedViewsFieldAccessTest::testAggregatorFeedFields |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php |
Checks access for aggregator_feed fields. |
AggregatorItemTest |
class |
core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php |
Tests aggregator item source plugin. |
AggregatorItemTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php |
|
AggregatorItemTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php |
Modules to enable. |
AggregatorItemTest::providerSource |
function |
core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php |
The data provider. |
AggregatorItemViewsFieldAccessTest |
class |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Tests base field access in Views for the aggregator_item entity. |
AggregatorItemViewsFieldAccessTest.php |
file |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
|
AggregatorItemViewsFieldAccessTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Modules to enable. |
AggregatorItemViewsFieldAccessTest::setUp |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
|
AggregatorItemViewsFieldAccessTest::testAggregatorItemFields |
function |
core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php |
Checks access for aggregator_item fields. |
AggregatorLocalTasksTest |
class |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
Tests existence of aggregator local tasks. |
AggregatorLocalTasksTest.php |
file |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
|
AggregatorLocalTasksTest::getAggregatorAdminRoutes |
function |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
Provides a list of routes to test. |
AggregatorLocalTasksTest::getAggregatorSourceRoutes |
function |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
Provides a list of source routes to test. |
AggregatorLocalTasksTest::setUp |
function |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
|
AggregatorLocalTasksTest::testAggregatorAdminLocalTasks |
function |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
Tests local task existence. |
AggregatorLocalTasksTest::testAggregatorSourceLocalTasks |
function |
core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php |
Checks aggregator source tasks. |
AggregatorPluginManagerTest |
class |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
Tests the aggregator plugin manager. |
AggregatorPluginManagerTest.php |
file |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
|
AggregatorPluginManagerTest::$modules |
property |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
Modules to enable. |
AggregatorPluginManagerTest::testFetcherInfoAlter |
function |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
Tests that the fetcher info alter hook works. |
AggregatorPluginManagerTest::testParserInfoAlter |
function |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
Tests that the fetcher info alter hook works. |
AggregatorPluginManagerTest::testProcessorInfoAlter |
function |
core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php |
Tests that the fetcher info alter hook works. |
AggregatorPluginSettingsBaseTest |
class |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
Tests settings configuration of individual aggregator plugins. |
AggregatorPluginSettingsBaseTest.php |
file |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
|
AggregatorPluginSettingsBaseTest::$configFactory |
property |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
The stubbed config factory object. |
AggregatorPluginSettingsBaseTest::$managers |
property |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
The stubbed aggregator plugin managers array. |
AggregatorPluginSettingsBaseTest::$settingsForm |
property |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
The aggregator settings form object under test. |
AggregatorPluginSettingsBaseTest::setUp |
function |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
|
AggregatorPluginSettingsBaseTest::testSettingsForm |
function |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
Test for AggregatorPluginSettingsBase. |
AggregatorRenderingTest |
class |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
Tests display of aggregator items on the page. |
AggregatorRenderingTest.php |
file |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
|
AggregatorRenderingTest::$defaultTheme |
property |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
The theme to install as the default for testing. |
AggregatorRenderingTest::$modules |
property |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
Modules to install. |
AggregatorRenderingTest::setUp |
function |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
|
AggregatorRenderingTest::testBlockLinks |
function |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
Adds a feed block to the page and checks its links. |
AggregatorRenderingTest::testFeedPage |
function |
core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php |
Creates a feed and checks that feed's page. |
AggregatorTestBase |
class |
core/modules/aggregator/src/Tests/AggregatorTestBase.php |
Defines a base class for testing the Aggregator module. |
AggregatorTestBase |
class |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Defines a base class for testing the Aggregator module. |
AggregatorTestBase.php |
file |
core/modules/aggregator/src/Tests/AggregatorTestBase.php |
|
AggregatorTestBase.php |
file |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
|
AggregatorTestBase::$adminUser |
property |
core/modules/aggregator/src/Tests/AggregatorTestBase.php |
A user with permission to administer feeds and create content. |
AggregatorTestBase::$adminUser |
property |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
A user with permission to administer feeds and create content. |
AggregatorTestBase::$modules |
property |
core/modules/aggregator/src/Tests/AggregatorTestBase.php |
Modules to install. |
AggregatorTestBase::$modules |
property |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Modules to install. |