X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fapi%2Fv3%2FMailingABTest.php;h=823b0d5dbfedb6eeb6854102dacaf5f08797832f;hb=b94eea5170f9b25e817067941198129b5de3224c;hp=61dff7d6db2c828f82b3ed6419092091350c1329;hpb=2078a04eb10e9a0d655ea6dfa6c8d02615f0aefe;p=civicrm-core.git diff --git a/tests/phpunit/api/v3/MailingABTest.php b/tests/phpunit/api/v3/MailingABTest.php index 61dff7d6db..823b0d5dbf 100644 --- a/tests/phpunit/api/v3/MailingABTest.php +++ b/tests/phpunit/api/v3/MailingABTest.php @@ -121,8 +121,7 @@ class api_v3_MailingABTest extends CiviUnitTestCase { * @dataProvider groupPctProvider */ public function testDistribution($totalGroupContacts, $groupPct, $expectedCountA, $expectedCountB, $expectedCountC) { - - $result = $this->groupContactCreate($this->_groupID, $totalGroupContacts); + $result = $this->groupContactCreate($this->_groupID, $totalGroupContacts, TRUE); $this->assertEquals($totalGroupContacts, $result['added'], "in line " . __LINE__); $params = $this->_params;