Skip to content
Snippets Groups Projects
Commit e64b8b49 authored by Seamus Lee's avatar Seamus Lee
Browse files

[NFC] Further tests tidy up following removing of dbunit

parent 7c295e89
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,6 @@ class CiviUnitTestCase extends PHPUnit_Framework_TestCase {
*
* Initialize the test database if it hasn't been initialized
*
* @return PHPUnit_Extensions_Database_DB_IDatabaseConnection connection
*/
protected function getConnection() {
if (!self::$dbInit) {
......
......@@ -12,9 +12,8 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
// Note: Use eval() to prevent IDE scanners from tripping up on this.
eval('
class PHPUnit_Framework_TestCase {}
class PHPUnit_Extensions_Database_TestCase {}
class PHPUnit_Extensions_SeleniumTestCase {}
');
}
\Civi\CiUtil\Command\LsCommand::main($argv);
\ No newline at end of file
\Civi\CiUtil\Command\LsCommand::main($argv);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment