You are here

public function RecipeUnitTest::setUp in Recipe 7.2

Same name and namespace in other branches
  1. 7 src/Tests/RecipeUnitTest.php \Drupal\recipe\Tests\RecipeUnitTest::setUp()

File

src/Tests/RecipeUnitTest.php, line 26

Class

RecipeUnitTest
Tests isolated Recipe module functions.

Namespace

Drupal\recipe\Tests

Code

public function setUp() {
  drupal_load('module', 'recipe');
  parent::setUp();
}