Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function deploymentOk(array $info)
 {
     $this->currentState->setDeployed($info);
 }
Exemplo n.º 2
0
 public function test_setDeployed()
 {
     $this->setExpectedException('Trismegiste\\PortalBundle\\Model\\State\\InvalidTransitionException');
     $this->sut->setDeployed([]);
 }