Skip to content

Commit

Permalink
– corrected minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uruba committed Sep 5, 2015
1 parent 12d4996 commit d2ab58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TimeUtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function testYearsFromTimeSpan() {
$this->assertEquals(1.75, TimeUtils::getYearsFromTimeSpan($this->timeSpan));
}

public function testMonthsFromTimespan() {
public function testMonthsFromTimeSpan() {
$this->assertEquals(21, TimeUtils::getMonthsFromTimeSpan($this->timeSpan));
}

Expand Down

0 comments on commit d2ab58d

Please sign in to comment.