generateFixture() public method
Generates fixture from given template
| public array generateFixture ( $_template_, $index ) | ||
|---|---|---|
| $_template_ | string |
The fixture template file |
| $index | integer |
The current fixture index |
| return | array |
Fixture |
generateFixture() public method
Generates fixture from given template
| public array generateFixture ( $_template_, $index ) | ||
|---|---|---|
| $_template_ | string |
The fixture template file |
| $index | integer |
The current fixture index |
| return | array |
Fixture |
Please login to continue.