Exemplo n.º 1
0
 public function testGetColNames()
 {
     $this->assertSame(array('key1', 'key2', 'key3'), $this->_model->getColNames());
 }