Skip to content

Commit

Permalink
Remove TestBootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jan 19, 2024
1 parent 27b718f commit 2091158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 450 deletions.
3 changes: 1 addition & 2 deletions tests/TestBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
} elseif (is_readable(__DIR__ . '/../vendor/shopware/core/TestBootstrapper.php')) {
require __DIR__ . '/../vendor/shopware/core/TestBootstrapper.php';
} else {
//require __DIR__ . '/../../../../src/Core/TestBootstrapper.php';
require __DIR__ . '/TestBootstrapper.php';
require __DIR__ . '/../../../../src/Core/TestBootstrapper.php';
}

return (new TestBootstrapper())
Expand Down
Loading

0 comments on commit 2091158

Please sign in to comment.