Skip to content

Commit

Permalink
Moved unit test to integration test (was hitting the DB, which may no…
Browse files Browse the repository at this point in the history
…t exist in unit tests)
  • Loading branch information
mnapoli committed Dec 8, 2014
1 parent 0761efd commit 92f8cd1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

namespace Piwik\Tests\Unit;
namespace Piwik\Tests\Integration;

use Piwik\Plugin\Dependency;
use Piwik\Plugin\Manager as PluginManager;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
use Piwik\Version;

/**
* @group Core
*/
class DependencyTest extends \PHPUnit_Framework_TestCase
class DependencyTest extends IntegrationTestCase
{
/**
* @var Dependency
Expand Down

0 comments on commit 92f8cd1

Please sign in to comment.