コード例 #1
0
 public function testSort()
 {
     $this->coll->add('testing');
     $this->coll->sort();
     $this->assertTrue(is_array($this->coll->toArray()));
 }