Exemplo n.º 1
0
 public function itExportsEmptyStringWhenToIsNull()
 {
     $transition = new Transition($this->id, $this->workflow_id, $this->from, null);
     $this->assertEqual($transition->exportToSOAP(), array('from_id' => 123, 'to_id' => ''));
 }