You are here

protected property EntityLoadTestCase::$profile in Drupal 7

The profile to install as a basis for testing.

Type: string

Overrides DrupalWebTestCase::$profile

File

modules/simpletest/tests/entity_crud.test, line 12
Tests for the Entity CRUD API.

Class

EntityLoadTestCase
Tests the entity_load() function.

Code

protected $profile = 'testing';