Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemix committed Jul 17, 2015
1 parent 90f6199 commit a24ba51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Traits/ServiceTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function setUp()
public function testGetCanonicalName()
{
$this->assertEquals('appservicecool', $this->service->getCanonicalNameStub('\A pp\Se r_vice\\Cool'));
$this->assertEquals('appservicecool', $this->service->getCanonicalNameStub('appservicecool'));
}

public function testGetHash()
Expand Down

0 comments on commit a24ba51

Please sign in to comment.