protected function SocialPostTestBase::setUp in Social Post 8.2
Same name and namespace in other branches
- 3.x tests/src/Functional/SocialPostTestBase.php \Drupal\Tests\social_post\Functional\SocialPostTestBase::setUp()
Overrides SocialApiTestBase::setUp
File
- tests/
src/ Functional/ SocialPostTestBase.php, line 22
Class
- SocialPostTestBase
- Defines a base class for testing Social Post implementers.
Namespace
Drupal\Tests\social_post\FunctionalCode
protected function setUp() {
$this->adminUserPermissions = [
'administer social api autoposting',
];
$this->moduleType = 'social-post';
parent::setUp();
}