Skip to content

Commit

Permalink
Extend TestCaseDatabase again
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 28, 2015
1 parent c0d40d2 commit 2a6c1a7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
* @subpackage Installer
* @since 3.4.4
*/
class JInstallerAdapterTest extends TestCase
class JInstallerAdapterTest extends TestCaseDatabase
{
/**
* Used in tests for callbacks involving JInstaller::setOverwrite()
Expand All @@ -39,7 +39,6 @@ class JInstallerAdapterTest extends TestCase
* Setup for testing.
*
* @return void
*
*/
public function setUp()
{
Expand Down Expand Up @@ -78,6 +77,7 @@ protected function getDataSet()
{
$dataSet = new PHPUnit_Extensions_Database_DataSet_CsvDataSet(',', "'", '\\');
$dataSet->addTable('jos_extensions', JPATH_TEST_DATABASE . '/jos_extensions.csv');

return $dataSet;
}

Expand Down

0 comments on commit 2a6c1a7

Please sign in to comment.