18 calls to FeedsCommonTrait::resourcesUrl() in Feeds 8.3
- CronTest::test in tests/
src/ Functional/ CronTest.php - Tests importing through cron.
- CronTest::testDeleteFeedTypeForWhichImportIsScheduled in tests/
src/ Functional/ CronTest.php - Tests that a cron run does not fail after deleting a feed type.
- CsvParserTest::testMapCustomSource in tests/
src/ FunctionalJavascript/ Feeds/ Parser/ CsvParserTest.php - Tests adding a custom mapping source.
- DeleteFeedTest::test in tests/
src/ Functional/ Plugin/ Action/ DeleteFeedTest.php - Tests applying action "feeds_feed_delete_action" on feed entities.
- FeedListBuilderTest::testUi in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page with admin privileges.
- FeedListBuilderTest::testUiWithOnlyClearPermissions in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page for an user who may only clear feeds.
- FeedListBuilderTest::testUiWithOnlyImportPermissions in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page for an user who may only import feeds.
- FeedListBuilderTest::testUiWithOnlyScheduleImportPermissions in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page for an user who may only schedule imports.
- FeedListBuilderTest::testUiWithOnlyUpdatePermissions in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page for an user who may only update feeds.
- FeedListBuilderTest::testUiWithOnlyViewPermissions in tests/
src/ Functional/ FeedListBuilderTest.php - Tests the feed listing page for an user who may only view feeds.
- FieldValidationTest::testTextFieldValidation in tests/
src/ Functional/ FieldValidationTest.php - Tests text field validation.
- FileTestBase::testPrepareValue in tests/
src/ Kernel/ Feeds/ Target/ FileTestBase.php - @covers ::prepareValue @dataProvider dataProviderPrepareValue
- HttpFetcherTest::testHttpCacheDisabled in tests/
src/ Functional/ Feeds/ Fetcher/ HttpFetcherTest.php - Tests if nothing gets cached when disabling HTTP Caching.
- HttpFetcherTest::testHttpImport in tests/
src/ Functional/ Feeds/ Fetcher/ HttpFetcherTest.php - Tests importing a RSS feed using the HTTP fetcher.
- ItemListControllerTest::testListItemsForAnEntityTypeWithoutLinkTemplate in tests/
src/ Functional/ Controller/ ItemListControllerTest.php - Tests listing items for an entity type without a link template.
- QueueTest::testCronImport in tests/
src/ Functional/ QueueTest.php - Tests if a feed gets imported via cron after adding it to the queue.
- QueueTest::testPushImportWithSavedSource in tests/
src/ Functional/ QueueTest.php - Tests on a push import, if only the file pushed is imported.
- QueueTest::testQueueAfterDeletingFeed in tests/
src/ Functional/ QueueTest.php - Tests if a feed is removed from the queue when the feed gets deleted.