Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Fix tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinBressan committed Jul 16, 2014
1 parent 0734eda commit b460779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PHPCRAPI/PHPCR/Tests/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public function testItShouldInstanciateTheFactory()
->fooBar()
->new();

$factoryInstance = $this->mock()
$factoryInstance = $this->mock('\PHPCR\RepositoryFactoryInterface')
->getConfigurationKeys()
->getRepository($repositoryInterface)
->new();

Expand Down

0 comments on commit b460779

Please sign in to comment.