|
|
@@ -239,6 +239,7 @@ abstract class IntegrationTestCase extends TestCase {
|
|
|
* @param string $method The HTTP method
|
|
|
* @param array|null $data The request data.
|
|
|
* @return void
|
|
|
+ * @throws \Exception
|
|
|
*/
|
|
|
protected function _sendRequest($url, $method, $data = []) {
|
|
|
$request = $this->_buildRequest($url, $method, $data);
|