public function SearchByPageTesterTest::search_by_page_test_permission in Search by Page 8
Implements hook_permission().
Sets up permissions for this module.
File
- tests/
src/ Functional/ SearchByPageTesterTest.php, line 213 - General Functional Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Class
- SearchByPageTesterTest
- Base class for testing Search by Page.
Namespace
Drupal\Tests\search_by_page\FunctionalCode
public function search_by_page_test_permission() {
return array(
'view test private content' => array(
'title' => 'View test private content',
),
);
}