public function FeedTest::testCollectionFilterAccess in JSON:API 8.2
Same name and namespace in other branches
- 8 tests/src/Functional/FeedTest.php \Drupal\Tests\jsonapi\Functional\FeedTest::testCollectionFilterAccess()
File
- tests/
src/ Functional/ FeedTest.php, line 178
Class
- FeedTest
- JSON:API integration test for the "Feed" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
public function testCollectionFilterAccess() {
$this
->doTestCollectionFilterAccessBasedOnPermissions('title', 'access news feeds');
}