Example #1
0
 /**
  * @When /^I update one attribute$/
  */
 public function iUpdateOneAttribute()
 {
     $this->entity->setText('text has changed');
 }