Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
slince committed Aug 7, 2017
1 parent 0dd42f8 commit a9a5b22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/EMSTrackerTest.php
Expand Up @@ -23,6 +23,13 @@ protected function getTrackerMock($fixture)
return $tracker;
}

public function testVersion()
{
$this->assertEquals('international_eub_us_1.1', EMSTracker::getVersion());
EMSTracker::setVersion('foo');
$this->assertEquals('foo', EMSTracker::getVersion());
}

public function testSetter()
{
$tracker = new EMSTracker('foo', 'en');
Expand Down

0 comments on commit a9a5b22

Please sign in to comment.