- dropped support for PHPUnit < 7.0
- [BC Break] add return type hints to all
toString()
methods of the constraint classes for compatability 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