Exemplo n.º 1
0
 public function requestEstimate(Inquiry $estimate)
 {
     $this->currentState->setEstimate($estimate);
 }
Exemplo n.º 2
0
 public function test_startCreation()
 {
     $this->setExpectedException('Trismegiste\\PortalBundle\\Model\\State\\InvalidTransitionException');
     $this->sut->startCreation('fgssgh');
 }