Browse Source

Fixes indents

tags/2.0.0-rc
Vadim Belorussov 10 years ago committed by Qiang Xue
parent
commit
97a6fb3b60
  1. 6
      framework/test/BaseActiveFixture.php

6
framework/test/BaseActiveFixture.php

@ -105,11 +105,11 @@ abstract class BaseActiveFixture extends DbFixture implements \IteratorAggregate
throw new InvalidConfigException("Fixture data file does not exist: {$this->dataFile}");
}
}
public function unload()
public function unload()
{
parent::unload();
$this->data = [];
$this->data = [];
$this->_models = [];
}
}

Loading…
Cancel
Save