public function free() { parent::free(); $this->agencies = array(); }
/** * @dataProvider provideBackends * @expectedException malkusch\bav\MissingAttributesDataBackendIOException */ public function testNoID(SQLDataBackend $backend) { $result = $backend->getAgencies('SELECT name, postcode, city, shortTerm, pan, bic, bank FROM bav_agency LIMIT 1'); }