|
2 | 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 3 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" |
4 | 4 | backupGlobals="true" |
5 | | - backupStaticAttributes="false" |
6 | | - beStrictAboutTestsThatDoNotTestAnything="false" |
| 5 | + beStrictAboutChangesToGlobalState="true" |
| 6 | + beStrictAboutCoversAnnotation="true" |
| 7 | + beStrictAboutOutputDuringTests="true" |
7 | 8 | bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" |
8 | 9 | cacheResult="false" |
9 | 10 | colors="true" |
10 | | - convertDeprecationsToExceptions="false" |
11 | | - convertErrorsToExceptions="true" |
12 | | - convertNoticesToExceptions="true" |
13 | | - convertWarningsToExceptions="true" |
| 11 | + convertDeprecationsToExceptions="true" |
14 | 12 | failOnRisky="true" |
15 | 13 | failOnWarning="true" |
16 | | - forceCoversAnnotation="false" |
17 | | - stopOnError="false" |
18 | | - stopOnFailure="false" |
19 | | - stopOnIncomplete="false" |
20 | | - stopOnSkipped="false" |
21 | | - verbose="false" |
| 14 | + forceCoversAnnotation="true" |
22 | 15 | > |
| 16 | + |
23 | 17 | <php> |
24 | 18 | <!-- @deprecated: will be removed with next major version, constant TYPO3_MODE is deprecated --> |
25 | 19 | <const name="TYPO3_MODE" value="BE"/> |
|
29 | 23 | Will always be done with next major version. |
30 | 24 | To still suppress warnings, notices and deprecations, do NOT define the constant at all. |
31 | 25 | --> |
32 | | - <!-- <const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/>--> |
| 26 | + <const name="TYPO3_TESTING_FUNCTIONAL_REMOVE_ERROR_HANDLER" value="true"/> |
33 | 27 | <ini name="display_errors" value="1"/> |
34 | 28 | <env name="TYPO3_CONTEXT" value="Testing"/> |
35 | 29 | </php> |
|
0 commit comments