You are here

protected property CommerceBaseTestCase::$profile in Commerce Core 7

The profile to install as a basis for testing.

Type: string

Overrides DrupalWebTestCase::$profile

File

tests/commerce_base.test, line 14
Defines abstract base test class for the Commerce module tests.

Class

CommerceBaseTestCase
Abstract class for Commerce testing. All Commerce tests should extend this class.

Code

protected $profile = 'minimal';