예제 #1
0
 public function testNonObjectCanBeReturnedAsArray()
 {
     $this->assertEquals(array(true), $this->exporter->toArray(true));
 }