From 75608c72775e4a3afcbabdd5983f6289e5c0af80 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 1 Jul 2015 14:00:41 +1200 Subject: [PATCH] CRM-16473 - createLoggedInUser in setup & in test - reduce to setup only --- tests/phpunit/api/v3/MailingABTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/api/v3/MailingABTest.php b/tests/phpunit/api/v3/MailingABTest.php index 17a81166cc..e0dc8a4396 100755 --- a/tests/phpunit/api/v3/MailingABTest.php +++ b/tests/phpunit/api/v3/MailingABTest.php @@ -123,7 +123,6 @@ class api_v3_MailingABTest extends CiviUnitTestCase { * @dataProvider groupPctProvider */ public function testDistribution($totalGroupContacts, $groupPct, $expectedCountA, $expectedCountB, $expectedCountC) { - $this->createLoggedInUser(); $result = $this->groupContactCreate($this->_groupID, $totalGroupContacts); $this->assertEquals($totalGroupContacts, $result['added'], "in line " . __LINE__); -- 2.25.1