moveDown() public method

public moveDown ( Sylius\Component\Core\Model\TaxonInterface $taxon )
$taxon Sylius\Component\Core\Model\TaxonInterface
Ejemplo n.º 1
0
 /**
  * @Given /^I move down ("[^"]+" taxon)$/
  */
 public function iMoveDownTaxon(TaxonInterface $taxon)
 {
     $this->createPage->moveDown($taxon);
 }