Skip to content

Commit

Permalink
Fixed test break.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jun 15, 2013
1 parent 3ec9553 commit 2369019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/framework/helpers/HtmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ protected function setUp()
'class' => 'yii\web\Request',
'url' => '/test',
),
'response' => array(
'class' => 'yii\web\Response',
),
),
));
}
Expand Down

0 comments on commit 2369019

Please sign in to comment.