From: Pradeep Nayak Date: Thu, 26 Feb 2015 21:33:11 +0000 (+0530) Subject: --CRM-15989, fixed indentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aa6e7d0f65b23bb8b8a8ef67df04d9725215ffa8;hp=07c2881b18ad31af37cf6e0cfa27b120fc4b66f2;p=civicrm-core.git --CRM-15989, fixed indentation --- 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 + +}