province abbreviation patch - issue 724
[civicrm-core.git] / tools / scripts / phpunit-ls
index 8e330c9f4a99db5b4e5bd0d1891fb357da75b692..0e5ff4bb5a8167750841e3eb486cbf4ffa0ee7ce 100755 (executable)
@@ -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);