From aa6e7d0f65b23bb8b8a8ef67df04d9725215ffa8 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 27 Feb 2015 03:03:11 +0530 Subject: [PATCH] --CRM-15989, fixed indentation --- tests/phpunit/WebTest/Contact/AddTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/WebTest/Contact/AddTest.php b/tests/phpunit/WebTest/Contact/AddTest.php index 95c2ae424a..9249b549fa 100644 --- a/tests/phpunit/WebTest/Contact/AddTest.php +++ b/tests/phpunit/WebTest/Contact/AddTest.php @@ -554,4 +554,5 @@ class WebTest_Contact_AddTest extends CiviSeleniumTestCase { $this->openCiviPage("contact/add", "reset=1&action=update&cid={$cid}"); $this->assertTrue(($this->getText('page-title') != $dname)); } -} \ No newline at end of file + +} -- 2.25.1