first
class BlahTest extends AkUnitTest
so you get
$this->installAndIncludeModels(...);
this method accepts as the last argument some options.
$options=array('populate'=>true);
will search in fixtures/data for a yaml-file.
You get an instance of the model at $this->ModelName
.
installAndIncludeModels should uninstall and then reinstall the model. so when it can't go up, it probably wasn't down.
1 to 5 of 5