Beispiel #1
0
 public function testFindWithSort()
 {
     $user = User::find($params = array('name' => 'michael'), $sort = array('name'));
     $this->assertGreaterThan(0, $user->count());
 }