You are here

public function QueryParametersToURLTestCase::getErrorMessage in Query Parameters To URL 7

Error message.

1 call to QueryParametersToURLTestCase::getErrorMessage()
QueryParametersToURLTestCase::assertStatusAndPath in ./query_parameters_to_url.test
Asserts that the status code and paths are equivalent.

File

./query_parameters_to_url.test, line 271
Query Arguments To URL tests.

Class

QueryParametersToURLTestCase
General test cases.

Code

public function getErrorMessage() {
  return 'ERROR<br />Initial Path: !initial_path<br />Expected Path: !expected_path<br />Expected Status Code: !expected_status<br />Actual path: !actual_path<br />Actual Status: !actual_status';
}