Exemplo n.º 1
0
 public function attachProduct(Plan $product)
 {
     $this->currentState->setProduct($product);
 }
Exemplo n.º 2
0
 public function test_setProduct()
 {
     $this->setExpectedException('Trismegiste\\PortalBundle\\Model\\State\\InvalidTransitionException');
     $this->sut->setProduct(new Plan([]));
 }