public function SmsDevelTestSendFormTestCase::setUp in SMS Framework 7
The setUp() function.
Overrides DrupalWebTestCase::setUp
File
- modules/
sms_devel/ tests/ sms_devel.test, line 26 - Tests for the SMS Devel module.
Class
- SmsDevelTestSendFormTestCase
- Provides tests for the SMS Devel Test Send Form.
Code
public function setUp() {
parent::setUp('sms', 'sms_test_gateway', 'sms_devel');
}