Commit 9288efb9 by Carsten Brandt

fixed Sort test

parent 3c1596c9
......@@ -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([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment