protected property QuizTestCase::$profile in Quiz 7.6
Same name and namespace in other branches
- 7.5 tests/QuizTestCase.test \QuizTestCase::profile
The profile to install as a basis for testing.
Type: string
Overrides DrupalWebTestCase::$profile
File
- tests/
QuizTestCase.test, line 13 - Unit tests for the quiz question Module.
Class
- QuizTestCase
- Base test class for Quiz questions.
Code
protected $profile = 'testing';