Remove legacy phpunit param
authoreileen <emcnaughton@wikimedia.org>
Fri, 19 Mar 2021 02:00:19 +0000 (15:00 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 19 Mar 2021 02:00:19 +0000 (15:00 +1300)
ext/afform/core/phpunit.xml.dist
ext/sequentialcreditnotes/phpunit.xml.dist

index 0f9f25d307a9cd62aa26edb1928ddf2de81d249a..fc8f870b723b86a3cdf77609656b6ce38d0288ce 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/phpunit/bootstrap.php">
+<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/phpunit/bootstrap.php">
   <testsuites>
     <testsuite name="My Test Suite">
       <directory>./tests/phpunit</directory>
index 0f9f25d307a9cd62aa26edb1928ddf2de81d249a..fc8f870b723b86a3cdf77609656b6ce38d0288ce 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/phpunit/bootstrap.php">
+<phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="tests/phpunit/bootstrap.php">
   <testsuites>
     <testsuite name="My Test Suite">
       <directory>./tests/phpunit</directory>