You are here

protected property FeaturesEnableTestCase::$profile in Features 7.2

Same name and namespace in other branches
  1. 7 tests/features.test \FeaturesEnableTestCase::profile

The profile to install as a basis for testing.

Type: string

Overrides DrupalWebTestCase::$profile

File

tests/features.test, line 297
Contains test classes for features module.

Class

FeaturesEnableTestCase
Tests enabling of feature modules.

Code

protected $profile = 'testing';