INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / tests / phpunit / WebTest / Member / StandaloneAddTest.php
index d719d4287dcfd4f2c74ff7e04f4b9cbf61803fe3..ddc81015a3281b5c7309c9c62df297faa317a9a9 100644 (file)
@@ -150,7 +150,7 @@ class WebTest_Member_StandaloneAddTest extends CiviSeleniumTestCase {
       '6' => 'Completed',
     );
 
-    foreach($expected as $key => $value) {
+    foreach ($expected as $key => $value) {
       $this->verifyText("xpath=//div[@class='crm-accordion-wrapper']//table/tbody//tr/td[$key]", $value);
     }