public function ParagraphsPackContentTestCase::setUp in Paragraphs pack 7
Set up the test environment.
Overrides DrupalWebTestCase::setUp
File
- modules/
paragraphs_pack_content/ tests/ paragraphs_pack_content.test, line 33
Class
- ParagraphsPackContentTestCase
- Test case for Paragraphs pack content.
Code
public function setUp() {
// We call parent::setUp() with the list of modules we want to enable.
parent::setUp('paragraphs_pack_content');
}