Ejemplo n.º 1
0
 public function testObjectDatumString()
 {
     $ob = new ObjectDatum(array(4 => new StringDatum('a')));
     $this->assertEquals(array('4' => 'a'), (array) $ob->run($this->conn));
 }