mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-03 07:51:23 +00:00
switch composer.json to sf-3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit bootstrap="./Resources/test/Fixtures/App/app/autoload.php" colors="true">
|
||||
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="ChillMain test suite">
|
||||
<directory suffix="Test.php">./Tests</directory>
|
||||
@@ -19,5 +19,6 @@
|
||||
<php>
|
||||
<server name="KERNEL_DIR" value="./Resources/test/Fixtures/App/app" />
|
||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
||||
<env name="APP_ENV" value="test" />
|
||||
</php>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user