public function setUp(){
$sOldBasePath = $this->getFixtureManager()->basePath;
$this->getFixtureManager()->basePath = Yii::getPathOfAlias( 'application.tests.fixtures.' . __CLASS__ );
parent::setUp();
$this->getFixtureManager()->basePath = $sOldBasePath;
}