Esempio n. 1
0
 public function testEmptyAtInitialization()
 {
     $o = new ArrayModel();
     $this->assertEquals([], $o->toArray());
 }