diff --git a/CHANGELOG.md b/CHANGELOG.md index 809889f..4cc9e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## v0.13.0 +### Features: +- Provide a `WebTestCase` with configurable kernel + ### Changes: - Deprecated `Neusta\Pimcore\TestingFramework\Kernel\TestKernel` in favor of `Neusta\Pimcore\TestingFramework\TestKernel` diff --git a/src/WebTestCase.php b/src/WebTestCase.php new file mode 100644 index 0000000..3bafdc2 --- /dev/null +++ b/src/WebTestCase.php @@ -0,0 +1,11 @@ +