Skip to content

Commit

Permalink
Updated setExpectedException call.
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 25, 2016
1 parent 6a1da96 commit 2fbf803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/qtismtest/runtime/pci/json/JsonMarshallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function testMarshallState(State $state, $expectedJson) {
* @param mixed $input
*/
public function testMarshallInvalidInput($input) {
$this->setExpectedException('qtism\\runtime\\pci\\json\\MarshallingException', MarshallingException::NOT_SUPPORTED);
$this->setExpectedException('qtism\\runtime\\pci\\json\\MarshallingException', '', MarshallingException::NOT_SUPPORTED);
$marshaller = new Marshaller();
$marshaller->marshall($input);
}
Expand Down Expand Up @@ -311,4 +311,4 @@ public function marshallInvalidInputProvider() {
array(new \stdClass())
);
}
}
}

0 comments on commit 2fbf803

Please sign in to comment.