symfony-cmf/testing
Testing utilities for Symfony CMF projects, providing helpers and base classes to simplify PHPUnit-based integration and functional tests. Speeds up setting up test environments and common CMF scenarios with reusable tooling.
TestKernel.ContainerAwareLoader.
For fixtures with services, instantiate the fixture and pass the instance to PHPCR::loadFixture
instead of passing the class string.AnnotationRegistry::registerLoader if it is available.BaseTestCase::getClient, use BaseTestCase::getFrameworkBundleClient instead.DatabaseTestListener, use scripts in bin/make/ to ramp up your testing environment for several test suitesBaseTestCase::getClient is deprecated, use BaseTestCase::getFrameworkBundleClient instead.orm and phpcr environmentsBaseTestCasephpunit.xml Doing so you are able to define the KERNEL_CLASS inside your phpunit.xml again (it had been KERNEL_DIR, which is deprecated.Fix the parameter passed to Symfony\Component\Process\Process
KERNEL_CLASS usage in TestKernel not to use KERNEL_DIR anymoreProcessbuilderHow can I help you explore Laravel packages today?