Exemplo n.º 1
0
 public function testGetValues()
 {
     $this->coll->add('testing1');
     $this->coll->add('testing2');
     $this->assertEquals(['testing1', 'testing2'], $this->coll->values()->toArray());
 }