public function testGetValues() { $this->_coll[] = 'one'; $this->_coll[] = 'two'; $this ->assertEquals(array( 'one', 'two', ), $this->_coll ->getValues()); }