mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Add deprecations
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
|
||||
colors="true"
|
||||
convertDeprecationsToExceptions="true"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
convertDeprecationsToExceptions="false"
|
||||
beStrictAboutOutputDuringTests="false"
|
||||
forceCoversAnnotation="true"
|
||||
verbose="true"
|
||||
bootstrap="vendor/autoload.php"
|
||||
|
||||
Reference in New Issue
Block a user