tests: Enable PHPUnit 4/6 compat layer in some tests that need it
authorKunal Mehta <legoktm@member.fsf.org>
Sun, 8 Apr 2018 00:36:33 +0000 (17:36 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Sun, 8 Apr 2018 02:31:24 +0000 (19:31 -0700)
commitb4925e34d0b4b3128f9136306196e66ec14da52d
tree312338ba5494a3b663fe20fc1c587fe036e57934
parentd23e47e1273521c9448dee6396d3856d024da4e7
tests: Enable PHPUnit 4/6 compat layer in some tests that need it

Change-Id: I27a21fa9e97414fae02acbefb28011f0275cba63
15 files changed:
tests/phpunit/includes/FauxRequestTest.php
tests/phpunit/includes/composer/ComposerVersionNormalizerTest.php
tests/phpunit/includes/config/EtcdConfigTest.php
tests/phpunit/includes/db/DatabaseOracleTest.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php
tests/phpunit/includes/libs/rdbms/database/DBConnRefTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseDomainTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseMssqlTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseSQLTest.php
tests/phpunit/includes/libs/rdbms/database/DatabaseSqliteRdbmsTest.php
tests/phpunit/includes/services/ServiceContainerTest.php
tests/phpunit/includes/site/SiteExporterTest.php
tests/phpunit/includes/site/SiteImporterTest.php
tests/phpunit/includes/sparql/SparqlClientTest.php