Skip to content

Commit

Permalink
Merge pull request #41 from pocallaghan/fix/test-bootstrap
Browse files Browse the repository at this point in the history
Fix bootstrap to be compatible with n98 update.
  • Loading branch information
gwillem committed Feb 15, 2017
2 parents 51acbe1 + 7aa87b2 commit 57b4f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bootstrap.php
@@ -1,8 +1,8 @@
<?php

use N98\Magento\Command\TestCase;
use N98\Magento\TestApplication;

$base = TestCase::getTestMagentoRootFromEnvironment('N98_MAGERUN_TEST_MAGENTO_ROOT', '.n98-magerun');
$base = TestApplication::getTestMagentoRootFromEnvironment('N98_MAGERUN_TEST_MAGENTO_ROOT', '.n98-magerun');
if (false === $base) {
unset($base);
return;
Expand Down

0 comments on commit 57b4f28

Please sign in to comment.