globalFixtures() public method
Declares the fixtures shared required by different test cases.
The return value should be similar to that of fixtures(). You should usually override this method in a base class.
| public array globalFixtures ( ) | ||
|---|---|---|
| return | array |
The fixtures shared and required by different test cases. |
Please login to continue.