Exemplo n.º 1
0
 /**
  * @todo Implement testToArray().
  */
 public function testToArray()
 {
     $this->object->put('one', new \stdClass());
     $this->object->put('two', new \stdClass());
     $this->assertEquals($this->readAttribute($this->object, 'elements'), $this->object->toArray());
 }