[NFC] Convert Deprecations in tests to exceptions
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 11 Jul 2022 02:26:21 +0000 (12:26 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 11 Jul 2022 22:45:47 +0000 (08:45 +1000)
phpunit.xml.dist

index 636c535b275f390b8687f0e3115b99218ac39f15..29e6c4fd79a584cb87449cc5aef80f998ea9a741 100644 (file)
@@ -4,6 +4,7 @@
          convertErrorsToExceptions="true"
          convertNoticesToExceptions="true"
          convertWarningsToExceptions="true"
+         convertDeprecationsToExceptions="true"
          processIsolation="false"
          stopOnFailure="false"
          stderr="true"