Revert adding KERNEL_CLASS configuration to the main phpunit.xml.dist

This commit is contained in:
Jacob Tobiasz 2023-09-17 12:20:18 +02:00
parent 26b32d2174
commit f86366223b
No known key found for this signature in database
GPG key ID: 3F84290201B006E0

View file

@ -24,7 +24,5 @@
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />
<server name="ESCAPE_JSON" value="true" />
<server name="KERNEL_CLASS" value="App\Kernel" />
</php>
</phpunit>