X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FAddressParsingTest.php;h=26ff03e10ecad27248705b8a0fe2b7638d374f85;hb=fc0a5af621552dea17114a6a92854786429d6da5;hp=6ce6ffc6548f5189d4b57834d399b6ea16aa8c2f;hpb=e403ec0e66ed8967d5ae0ff248d22f1b3c41004c;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/AddressParsingTest.php b/tests/phpunit/WebTest/Contact/AddressParsingTest.php index 6ce6ffc654..26ff03e10e 100644 --- a/tests/phpunit/WebTest/Contact/AddressParsingTest.php +++ b/tests/phpunit/WebTest/Contact/AddressParsingTest.php @@ -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 { } } } -