WebTestCase
extends CWebTestCase
in package
The base class for functional test cases.
In this class, we set the base URL for the test application. We also provide some common methods to be used by concrete test classes.
Table of Contents
Methods
- setUp() : void
- Sets up before each test method runs.
Methods
setUp()
Sets up before each test method runs.
protected
setUp() : void
This mainly sets the base URL for the test application.