Skip to content

Commit

Permalink
minor #202 [Tests] Remove unnecessary 6.2 config (ogizanagi)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x-dev branch.

Discussion
----------

[Tests] Remove unnecessary 6.2 config

since symfony/symfony#47467

Commits
-------

005757f [Tests] Remove unnecessary 6.2 config
  • Loading branch information
ogizanagi committed Nov 8, 2022
2 parents e0bc146 + 005757f commit a7aeecc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/Fixtures/Integration/Symfony/config/config_6.2.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/Fixtures/Integration/Symfony/src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ public function registerContainerConfiguration(LoaderInterface $loader)
$loader->load($this->getProjectDir() . '/config/mysql.yaml');
}

if (self::VERSION_ID >= 60200) {
$loader->load($this->getProjectDir() . '/config/config_6.2.yaml');
}

if (class_exists(DoctrineMongoDBBundle::class)) {
$loader->load($this->getProjectDir() . '/config/mongodb.yaml');
}
Expand Down

0 comments on commit a7aeecc

Please sign in to comment.