File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PHPUnit/Extensions/Selenium2TestCase Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
9
9
* modification, are permitted provided that the following conditions
10
- * are met:
10
+ * are met:u
11
11
*
12
12
* * Redistributions of source code must retain the above copyright
13
13
* notice, this list of conditions and the following disclaimer.
@@ -133,7 +133,7 @@ public function curl($http_method,
133
133
throw new BadMethodCallException ("The command $ url is not recognized by the server. " );
134
134
}
135
135
if (($ info ['http_code ' ] >= 400 ) && ($ info ['http_code ' ] < 500 )) {
136
- throw new BadMethodCallException ("Something untoward happened: ' $ rawResponse' " );
136
+ throw new BadMethodCallException ("Something unexpected happened: ' $ rawResponse' " );
137
137
}
138
138
curl_close ($ curl );
139
139
$ content = json_decode ($ rawResponse , TRUE );
You can’t perform that action at this time.
0 commit comments