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 |
Tests 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/tests/src/Functional/AggregatorTestBase.php |
Defines a base class for testing the Aggregator module. |
AggregatorTestBase.php |
file |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
|
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/tests/src/Functional/AggregatorTestBase.php |
Modules to install. |
AggregatorTestBase::createFeed |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Creates an aggregator feed. |
AggregatorTestBase::createSampleNodes |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Creates sample article nodes. |
AggregatorTestBase::deleteFeed |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Deletes an aggregator feed. |
AggregatorTestBase::deleteFeedItems |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Confirms an item removal from a feed. |
AggregatorTestBase::enableTestPlugins |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Enable the plugins coming with aggregator_test module. |
AggregatorTestBase::getAtomSample |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns an example Atom feed. |
AggregatorTestBase::getDefaultFeedItemCount |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns the count of the randomly created feed array. |
AggregatorTestBase::getEmptyOpml |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Creates a valid but empty OPML file. |
AggregatorTestBase::getFeedEditArray |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns a randomly generated feed edit array. |
AggregatorTestBase::getFeedEditObject |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns a randomly generated feed edit object. |
AggregatorTestBase::getHtmlEntitiesSample |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns an example feed. |
AggregatorTestBase::getInvalidOpml |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Creates an invalid OPML file. |
AggregatorTestBase::getRSS091Sample |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Returns an example RSS091 feed. |
AggregatorTestBase::getValidOpml |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Creates a valid OPML file from an array of feeds. |
AggregatorTestBase::setUp |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
|
AggregatorTestBase::uniqueFeed |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Checks whether the feed name and URL are unique. |
AggregatorTestBase::updateAndDelete |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Adds and deletes feed items and ensure that the count is zero. |
AggregatorTestBase::updateFeedItems |
function |
core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php |
Updates the feed items. |
AggregatorTestRssController |
class |
core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php |
Controller for the aggregator_test module. |
AggregatorTestRssController.php |
file |
core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php |
|
AggregatorTestRssController::testFeed |
function |
core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php |
Generates a test feed and simulates last-modified and etags. |
AggregatorTestRssController::testRedirect |
function |
core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php |
Generates a rest redirect to the test feed. |
AggregatorTitleTest |
class |
core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php |
Tests the aggregator_title formatter. |
AggregatorTitleTest.php |
file |
core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php |
|