Skip to content

Commit

Permalink
Fix bootstrap to be compatible with n98 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocallaghan committed Feb 14, 2017
1 parent 51acbe1 commit 7aa87b2
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 7aa87b2

Please sign in to comment.