Skip to content

Commit

Permalink
Fix tear down function
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Mar 9, 2017
1 parent 8e11f8e commit 84e1693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/CRM/Utils/GeocodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public function setUp() {
parent::setUp();
}

public function tareDown() {
parent::tareDown();
public function tearDown() {
parent::tearDown();
}

public function testStateProvinceFormat() {
Expand Down

0 comments on commit 84e1693

Please sign in to comment.