Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev/core#980 [dbunit] QueryTest Remove dbunit dependency on discontinued dbunit #14283

Merged
merged 1 commit into from
May 22, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented May 21, 2019

Overview

Remove dbunit from QueryTest

See #14321

@civibot civibot bot added the master label May 21, 2019
@civibot
Copy link

civibot bot commented May 21, 2019

(Standard links)

$op = new PHPUnit_Extensions_Database_Operation_Insert();
$op->execute($this->_dbconn,
$this->createFlatXMLDataSet(
dirname(__FILE__) . '/queryDataset.xml'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we're no longer using this file, should we remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep - I was gonna look at those at the end

@colemanw colemanw merged commit 4a801f7 into civicrm:master May 22, 2019
@colemanw
Copy link
Member

Tests pass; by definition it works

@colemanw colemanw deleted the db_test3 branch May 22, 2019 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants