Exemplo n.º 1
0
 public function testSet_2()
 {
     $this->object->appointment = 2;
     $this->object->type = 1;
     $this->object->name = '+4.000 - B1';
     $this->object->list = array(29, 30);
     $this->assertEquals('2 1 Name="+4.000 - B1" : 29 30', $this->object->set());
 }