Browse Source

Fixed test break.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
2369019d22
  1. 3
      tests/unit/framework/helpers/HtmlTest.php

3
tests/unit/framework/helpers/HtmlTest.php

@ -17,6 +17,9 @@ class HtmlTest extends TestCase
'class' => 'yii\web\Request',
'url' => '/test',
),
'response' => array(
'class' => 'yii\web\Response',
),
),
));
}

Loading…
Cancel
Save