Skip to content

Commit

Permalink
Merge pull request #49 from robertbasic/hotfix/issue-48
Browse files Browse the repository at this point in the history
Hotfix/issue 48
  • Loading branch information
padraic committed Jan 28, 2012
2 parents 442fd98 + 25af957 commit 41eb199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*~
pearfarm.spec
*.sublime-project
*.sublime-project
library/Hamcrest/*
4 changes: 2 additions & 2 deletions tests/Mockery/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ public function testCanMockInterface()

public function testCanMockSpl()
{
$m = $this->container->mock('\\splFileObject');
$this->assertTrue($m instanceof \splFileObject);
$m = $this->container->mock('\\SplFixedArray');
$this->assertTrue($m instanceof \SplFixedArray);
}

public function testCanMockInterfaceWithAbstractMethod()
Expand Down

0 comments on commit 41eb199

Please sign in to comment.