Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Start test from other directories
Browse files Browse the repository at this point in the history
When using Cotya/magento-composer-installer files are symlinked
  • Loading branch information
szepeviktor authored May 19, 2017
1 parent ec70c29 commit 72200cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shell/inchoo_php7_test.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php
require_once 'abstract.php';

require_once dirname($_SERVER['SCRIPT_FILENAME']) . '/abstract.php';

/**
* Created on: 13.02.17.
* Inchoo d.o.o.
Expand Down Expand Up @@ -294,4 +296,4 @@ public function run()
}

$shell = new Inchoo_PHP7_Test();
$shell->run();
$shell->run();

0 comments on commit 72200cd

Please sign in to comment.