Esempio n. 1
0
 public function testObjectDatumArray()
 {
     $ob = new ArrayDatum(array());
     $this->assertEquals(array(), $ob->run($this->conn));
 }