Fixed webtest of export and testAdvanceSearch of Contact_AdavanceSearchTest
[civicrm-core.git] / tests / phpunit / WebTest / Contact / AddressParsingTest.php
index 6ce6ffc6548f5189d4b57834d399b6ea16aa8c2f..26ff03e10ecad27248705b8a0fe2b7638d374f85 100644 (file)
@@ -35,7 +35,7 @@ class WebTest_Contact_AddressParsingTest extends CiviSeleniumTestCase {
     parent::setUp();
   }
 
-  function teststreetAddressParsing() {
+  public function teststreetAddressParsing() {
     // Logging in.
     $this->webtestLogin();
 
@@ -157,4 +157,3 @@ class WebTest_Contact_AddressParsingTest extends CiviSeleniumTestCase {
     }
   }
 }
-