Exemplo n.º 1
0
 public function testSortByKey()
 {
     $this->coll->add('testing');
     $this->coll->sortByKey();
     $this->assertTrue(is_array($this->coll->toArray()));
 }