Dropping the test database

Source

						public function tearDown() {
		$this->_connection->connection->delete($this->_database);
	}