Example #1
0
 /**
  * @covers Gacela\Criteria::sort
  * @todo   Implement testSort().
  */
 public function testSort()
 {
     $this->object->sort('test', 'asc');
     $this->assertAttributeSame(array(array('sort', 'test', 'asc')), '_criteria', $this->object);
 }