X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FUpgrade%2FIncremental%2Fphp%2FFiveTwentyTest.php;h=c0f9e7a69b17e728c33bf888d0762e590f019a42;hb=28a98d7edc47366395b3df5c668ca18bc1cae063;hp=14aa68c27f20fb18acbf84933fd92aa7240f29da;hpb=542ab281db6717f35f2a11a90e968af1cd82655d;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Upgrade/Incremental/php/FiveTwentyTest.php b/tests/phpunit/CRM/Upgrade/Incremental/php/FiveTwentyTest.php index 14aa68c27f..c0f9e7a69b 100644 --- a/tests/phpunit/CRM/Upgrade/Incremental/php/FiveTwentyTest.php +++ b/tests/phpunit/CRM/Upgrade/Incremental/php/FiveTwentyTest.php @@ -7,10 +7,6 @@ require_once 'CiviTest/CiviCaseTestCase.php'; */ class CRM_Upgrade_Incremental_php_FiveTwentyTest extends CiviCaseTestCase { - public function setUp() { - parent::setUp(); - } - /** * Test that the upgrade task changes the direction but only * for bidirectional relationship types that are b_a. @@ -332,8 +328,8 @@ ENDXML; /** * Set up some original and expected xml pairs. * - * @param $relationshipTypeNames array - * @param $stage int + * @param array $relationshipTypeNames + * @param int $stage * We run it in a couple passes because we want to test with and without * warning messages. * @return array @@ -923,8 +919,8 @@ ENDXMLDIFFNAMEEXPECTED; /** * Helper to add a case type to the database. * - * @param $name string - * @param $xml string + * @param string $name + * @param string $xml * * @return int */