Skip to content

Commit

Permalink
Fix typo ($oExecpt => $oExcept)
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 18, 2018
1 parent 77615c6 commit 857bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Vat/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ private function setUpAndMock(stdClass $oVatDetails): \Phake_IMock
return $oValidator;
}

private function assertIsResponseFailure(Exception $oExecpt)
private function assertIsResponseFailure(Exception $oExcept)
{
$this->assertRegexp('/^Impossible to retrieve the VAT details/' , $oExecpt->getMessage());
$this->assertRegexp('/^Impossible to retrieve the VAT details/', $oExcept->getMessage());
}
}

0 comments on commit 857bfd5

Please sign in to comment.