Browse Source

fixed Sort test

tags/2.0.0-alpha
Carsten Brandt 11 years ago
parent
commit
9288efb924
  1. 6
      tests/unit/framework/data/SortTest.php

6
tests/unit/framework/data/SortTest.php

@ -19,6 +19,12 @@ use yii\data\Sort;
*/
class SortTest extends TestCase
{
protected function setUp()
{
parent::setUp();
$this->mockApplication();
}
public function testGetOrders()
{
$sort = new Sort([

Loading…
Cancel
Save