Skip to content

Commit

Permalink
Fixed testsuite liip#417 in liip#403
Browse files Browse the repository at this point in the history
  • Loading branch information
Iakov Mishchenko committed Apr 28, 2014
1 parent 6651057 commit 2e035ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Binary/Loader/AbstractDoctrineLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function testFindWithValidObjectSecondHit()
}

/**
* @expectedException \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
* @expectedException \Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException
*/
public function testFindWithInvalidObject()
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/Binary/Loader/GridFSLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testFindWithValidDocument()
}

/**
* @expectedException \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
* @expectedException \Liip\ImagineBundle\Exception\Binary\Loader\NotLoadableException
*/
public function testFindWithInValidDocument()
{
Expand Down

0 comments on commit 2e035ac

Please sign in to comment.