Skip to content

Commit

Permalink
Fix dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Feb 6, 2024
1 parent ade5869 commit f00cad9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Test/Unit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
use Magento\Framework\App\Cron;
// Load Composer's autoloader
require_once __DIR__ . '/../../../../autoload.php';
echo "Loading Composer's autoloader\n";
echo __DIR__ . '/../../../integration-core/tests/BusinessLogic';
$files = scandir( __DIR__ . '/../../../integration-core/tests/BusinessLogic');

// Loop through each item and print it
foreach ($files as $file) {
echo $file . "<br>";
}
// Register namespaces for autoloading
$loader = new \Composer\Autoload\ClassLoader();

Expand Down

0 comments on commit f00cad9

Please sign in to comment.