Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Nov 28, 2018
1 parent 0b6686d commit dc3655d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/IntegrationTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ protected function _handleError($exception)
protected function _buildRequest($url, $method, $data)
{
$sessionConfig = (array)Configure::read('Session') + [
'defaults' => 'php',
];
'defaults' => 'php',
];
$session = Session::create($sessionConfig);
$session->write($this->_session);
list($url, $query) = $this->_url($url);
Expand Down

0 comments on commit dc3655d

Please sign in to comment.