-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Update php-cs-fixer * refactor!: Rename AppKernel to TestKernel BREAKING CHANGE: Renamed AppKernel to TestKernel to make it more obvious what the kernel is used for. * refactor!: Rename addConfigFile to addConfig BREAKING CHANGE: Renamed addConfigFile to addConfig cause it also takes a closure to allow configuration with the Symfony\Component\DependencyInjection\ContainerBuilder * refactor!: Rename setRoutingFile to addRoutingFile BREAKING CHANGE: Renamed setRoutingFile to addRoutingFile to allow multiple routing files * cut: Remove setRootDir method The rootDir is already deprecated lower than symfony 4.4, no need to support. * cut: Remove unused test method * chore: Add types on several places * ci: Fix version in ci * chore: Fix cs * chore: Fix type * fix: Add realpath for cache and log dir This resolves symlinks that might be used in systems like MacOS * refactor: Use yield instead of temporary array * refactor!: Rename addCompilerPasses to addCompilerPass BREAKING CHANGE: Renamed addCompilerPasses to addCompilerPass, this also changed the signature to single compiler passes only. * refactor: Use MicroKernelTrait instead of custom implementation * chore: Fix cs * refactor: Switch to configure kernel class via method instead override static property * chore: Fix CS * ci: Update to latest ubuntu * chore: Fix cs * docs: Fix cs * chore: Rebuild phpstan baseline * chore: Rebuild psalm baseline * ci: Set all container to ubuntu-20.04
- Loading branch information
1 parent
3ec9b53
commit 5ce337b
Showing
15 changed files
with
233 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
/phpunit.xml | ||
/.phpunit.result.cache | ||
/vendor/ | ||
.php_cs.cache | ||
.php-cs-fixer.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.