protected function setUp() {
		ConnectionManager::setConfig('mongo_model_test', array('database' => 'mongo_model_test'));
	}
Esempio n. 2
0
	protected function setUp() {
		ConnectionManager::setConfig('mongo_model_test', array('database' => 'mongo_model_test'));
		MockPost::collection()->drop();
	}