Skip to content

Commit

Permalink
refs #28
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronac committed Jul 23, 2014
1 parent 88c9286 commit da87f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/tests/controllers/PackageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ public function testUpdatePackageWithUpdatedPdfShouldWorkAsExpectedAndClearObsol

$file = $this->getMockBuilder('Symfony\Component\Finder\SplFileInfo')
->disableOriginalConstructor()
->disableOriginalClone()
->setMethods(array('getPathname', 'getFilename'))
->getMock();
$file->expects($this->exactly(1))
Expand Down

0 comments on commit da87f33

Please sign in to comment.