Support only PHP 8.3
·
2 commits
to master
since this release
BREAKING CHANGES
- Only support PHP 8.3 - Make classes read-only when possible
- Add types to constants
- Upgrade PHPUnit to v11.3
- Use static versions of asserts and expectations of invocations
- Change CI pipeline to use PHP 8.3
- Bump to use
kununu/data-fixtures
12.0
- Changes on
AbstractTestCase
and children (FixturesAwareTestCase
andWebTestCase
):getFixturesContainer
now has the SymfonyContainerInterface
and not PSR interface as its return type- Add
getServiceFromContainer
- Add
getParameterFromContainer
- Add
FixturesContainerGetterTrait
to help getting common services from the test container:getConnection
to get a Doctrine DBAL connectiongetCachePool
to get a CacheItemPoolInterfacegetElasticsearchClient
to get an Elasticsearch clientgetHttpClient
to get a Symfony Http client
- Update documentation