- Added support for Symfony 6,
- Removed support for Symfony <4.4 & >5.0 - <5.3
- Support for PHP 8.
- Updated namespace for tests.
- Support for PHPUnit9.
- Support for Symfony5.
- Support for PHPUnit8.
- Dropped support for PHPUnit < 7.0
- [BC Break] Add return type hints to all
toString()
methods of the constraint classes for compatibility with PHPUnit 7 - Dropped support for PHP < 7.1
- Allow for completely empty configuration
- Support for Symfony 4
- Only support Symfony 2.* and 3.* LTS versions
- Require PHP ^7.0
- Drop support for HHVM
- Only support PHPUnit 6
- Only support Symfony 2.* and 3.* LTS versions
- Require PHP ^7.0
- Drop support for HHVM
- Deprecated
Matthias\SymfonyConfigTest\PhpUnit\AbstractConfigurationTestCase
, useMatthias\SymfonyConfigTest\PhpUnit\ConfigurationTestCaseTrait
instead.
- Use the breadcrumb path to test one particular part of a prototype node.
- Only support Symfony 2.* LTS versions; only support PHPUnit 4.* and 5.*.
- Use a breadcrumb path to test only one particular part of the configuration node tree.
- Add a trait for test cases, mark the abstract base class "deprecated"
- Fixed issue #1:
ProcessedConfigurationEqualsConstraint
had expected and actual value mixed up