Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Aug 1, 2015
1 parent 1003d26 commit 243a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ActiveDataProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function testActiveQuerySort()
]
]);

$this->assertEquals('name5', $provider->getModels()[0]['name']);
$this->assertEquals('name9', $provider->getModels()[0]['name']);
$_GET = [];
}
}

0 comments on commit 243a253

Please sign in to comment.