mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Display warnings and deprecations in all test suites
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
bootstrap="./config/test/bootstrap_api_tests.php"
|
bootstrap="./config/test/bootstrap_api_tests.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
cacheDirectory="build/.phpunit/api-tests.cache"
|
cacheDirectory="build/.phpunit/api-tests.cache"
|
||||||
|
displayDetailsOnTestsThatTriggerWarnings="true"
|
||||||
|
displayDetailsOnTestsThatTriggerDeprecations="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Shlink API tests">
|
<testsuite name="Shlink API tests">
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
bootstrap="./config/test/bootstrap_cli_tests.php"
|
bootstrap="./config/test/bootstrap_cli_tests.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
cacheDirectory="build/.phpunit/cli-tests.cache"
|
cacheDirectory="build/.phpunit/cli-tests.cache"
|
||||||
|
displayDetailsOnTestsThatTriggerWarnings="true"
|
||||||
|
displayDetailsOnTestsThatTriggerDeprecations="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Shlink CLI tests">
|
<testsuite name="Shlink CLI tests">
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
bootstrap="./config/test/bootstrap_db_tests.php"
|
bootstrap="./config/test/bootstrap_db_tests.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
cacheDirectory="build/.phpunit/db-tests.cache"
|
cacheDirectory="build/.phpunit/db-tests.cache"
|
||||||
|
displayDetailsOnTestsThatTriggerWarnings="true"
|
||||||
|
displayDetailsOnTestsThatTriggerDeprecations="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Shlink database tests">
|
<testsuite name="Shlink database tests">
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
colors="true"
|
colors="true"
|
||||||
cacheDirectory="build/.phpunit/unit-tests.cache"
|
cacheDirectory="build/.phpunit/unit-tests.cache"
|
||||||
displayDetailsOnTestsThatTriggerWarnings="true"
|
displayDetailsOnTestsThatTriggerWarnings="true"
|
||||||
|
displayDetailsOnTestsThatTriggerDeprecations="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Core">
|
<testsuite name="Core">
|
||||||
|
Reference in New Issue
Block a user