Skip to content

Commit

Permalink
Merge pull request #14 from mandrew/fix-failedtestarray
Browse files Browse the repository at this point in the history
FIX Failed test on PHP 5.3
  • Loading branch information
mandrew committed Feb 15, 2016
2 parents 8598785 + f11b22e commit 17f988b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/php/QuickFeedbackExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ public function form_appears_and_saves() {

$time = time();

$data = [
$data = array(
'SecurityID' => $token[1],
'Rating' => '0',
'Comment' => 'comment at ' . $time,
];
);

$controller->handleRequest(new SS_HTTPRequest('POST', $action, array(), $data), DataModel::inst());

Expand Down

0 comments on commit 17f988b

Please sign in to comment.