You are here

public function ParagraphsPackjuiceboxTestCase::setUp in Paragraphs pack 7

Set up the test environment.

Overrides DrupalWebTestCase::setUp

File

modules/paragraphs_pack_juicebox/tests/paragraphs_pack_juicebox.test, line 33

Class

ParagraphsPackjuiceboxTestCase
Test case for Paragraphs pack juicebox.

Code

public function setUp() {

  // We call parent::setUp() with the list of modules we want to enable.
  parent::setUp('paragraphs_pack_juicebox');
}