indentation fixes
authorkurund <kurund@civicrm.org>
Mon, 12 Aug 2013 12:32:51 +0000 (18:02 +0530)
committerkurund <kurund@civicrm.org>
Mon, 12 Aug 2013 12:32:51 +0000 (18:02 +0530)
tests/phpunit/WebTest/Campaign/PetitionUsageScenarioTest.php

index 447e16095c41486b15baf713ac1790e9423c8a0f..c7aff3199acb690c1e4e64443fbbc5a757dad0b8 100644 (file)
@@ -267,7 +267,7 @@ class WebTest_Campaign_PetitionUsageScenarioTest extends CiviSeleniumTestCase {
 
     foreach ($expected as $column => $value) {
       $this->verifyText("xpath=//table[@class='selector']/tbody/tr[2]/td[$column]", preg_quote($value));
+    }
   }
 }
-}