Skip to content

Commit

Permalink
Remove work around about Webmozart Assert on test AppKernel
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Oct 12, 2020
1 parent 4552fb4 commit 742819e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bundle/test/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function registerBundles()
if ('prod' === $this->getEnvironment()) {
$loader = require __DIR__ . '/../../../../vendor/autoload.php';
$loader->addPsr4('AppBundle\\', __DIR__ . '/../src/AppBundle/');
$loader->addPsr4('Webmozart\\Assert\\', __DIR__ . '/../../../Component/vendor/webmozart/assert/src/');
}

$bundles = [
Expand Down

0 comments on commit 742819e

Please sign in to comment.