X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FOrderTest.php;h=f1302a844f66f5ee89cbcfce3c72cba0d8bcd0e1;hb=39b959db2c4b46180f1a87b15862baa4806a732f;hp=7f18041fdddcaf153e2e4508e27137c3d17b3221;hpb=8282c3dc7b991acb4665546aae5c18e1adaecf95;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/OrderTest.php b/tests/phpunit/api/v3/OrderTest.php index 7f18041fdd..f1302a844f 100644 --- a/tests/phpunit/api/v3/OrderTest.php +++ b/tests/phpunit/api/v3/OrderTest.php @@ -34,9 +34,6 @@ */ class api_v3_OrderTest extends CiviUnitTestCase { - /** - * Assume empty database with just civicrm_data. - */ protected $_individualId; protected $_financialTypeId = 1; protected $_apiversion; @@ -557,7 +554,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { 'financial_type_id' => 1, 'entity_table' => 'civicrm_contribution', ], - ] + ], ], ], ]; @@ -592,7 +589,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { 'entity_table' => 'civicrm_contribution', 'tax_amount' => 15, ], - ] + ], ], ], ]; @@ -623,7 +620,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { 'entity_table' => 'civicrm_contribution', 'tax_amount' => 15, ], - ] + ], ], ], ];