Skip to content

Commit

Permalink
Update IntegrationTestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 3, 2015
1 parent 541ec1f commit 072d154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/IntegrationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ protected function _buildRequest($url, $method, $data)
'session' => $session,
'query' => $query
];
if (!is_array($data)) {
if (is_string($data)) {
$props['input'] = $data;
}
$env = [];
Expand Down

0 comments on commit 072d154

Please sign in to comment.