beConstructedWith( $exception, $error ); } function it_is_initializable() { $this->shouldHaveType('Cardinity\Exception\MethodNotAllowed'); } function it_should_return_correct_code() { $this->getCode()->shouldReturn(405); } }