Skip to content

Commit

Permalink
docs: Add constructor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chapterjason committed Aug 24, 2021
1 parent bdcca42 commit 7982743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
### Removed

- `AppKernel::setRootDir`
- `BaseBundleTestCase` class

### Changed

- Signature of `TestKernel::__constructor` to be compatible to the `Symfony\Component\HttpKernel\Kernel`
- Signature of `TestKernel::addTestCompilerPass` to accept a single CompilerPass instead of an array
- Renamed `AppKernel` to `TestKernel`
- Renamed `TestKernel::addBundle` to `TestKernel::addTestBundle`
Expand Down

0 comments on commit 7982743

Please sign in to comment.