Пример #1
0
 public function requestEstimate(Inquiry $estimate)
 {
     $this->currentState->setEstimate($estimate);
 }
Пример #2
0
 public function test_startCreation()
 {
     $this->setExpectedException('Trismegiste\\PortalBundle\\Model\\State\\InvalidTransitionException');
     $this->sut->startCreation('fgssgh');
 }