You are here

protected property FeaturesUserTestCase::$profile in Features 7.2

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

The profile to install as a basis for testing.

This overrides the property value from the parent class.

Type: string

Overrides DrupalWebTestCase::$profile

File

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

Class

FeaturesUserTestCase
User permission component tests for Features.

Code

protected $profile = 'testing';