public function setUp() { parent::setUp(); $this->resultData = file_get_contents(dirname(__FILE__) . '/result.example.json'); $this->mockClient->expects($this->any())->method('listDatabases')->will($this->returnValue(array('test123', 'test'))); $this->dataToInsert = file_get_contents(dirname(__FILE__) . '/input.example.json'); }
/** * */ public function setUp() { parent::setUp(); }