Update test files to use PHPUnit6 notiation for classes
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 30 May 2019 22:52:09 +0000 (08:52 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 1 Jun 2019 23:00:36 +0000 (09:00 +1000)
commita6439b6a9a5a6d8d2d6ade1a81826f5dfcf91475
tree76363550b6d867cd848a9e21ea0aa84b5853e59c
parent76143f4691a53cf11a381173259fa7ecc456d605
Update test files to use PHPUnit6 notiation for classes

Update for phpunit5 compatability

Add in old catch to see if we get tests to pass

Fix Report Form Test case

Fix last remaining test issues
19 files changed:
Civi/Test/CiviTestListener.php
Civi/Test/Legacy/CiviTestListener.php [new file with mode: 0644]
composer.json
composer.lock
tests/phpunit/CRM/Core/CommunityMessagesTest.php
tests/phpunit/CRM/Core/ComposerConfigTest.php
tests/phpunit/CRM/Core/Payment/AuthorizeNetTest.php
tests/phpunit/CRM/Report/Form/TestCaseTest.php
tests/phpunit/Civi/Test/ExampleHookTest.php
tests/phpunit/Civi/Test/ExampleTransactionalTest.php
tests/phpunit/CiviTest/CiviEndToEndTestCase.php
tests/phpunit/CiviTest/CiviMailUtils.php
tests/phpunit/CiviTest/CiviTestSuite.php
tests/phpunit/CiviTest/CiviUnitTestCase.php
tests/phpunit/EnvTests.php
tests/phpunit/HelloTest.php
tests/phpunit/api/v3/ACLPermissionTest.php
tests/phpunit/api/v3/ReportTemplateTest.php
tests/phpunit/api/v3/SyntaxConformanceTest.php