Sylius\Behat\Page\Admin\DashboardPageInterface::chooseChannel PHP Method

chooseChannel() public method

public chooseChannel ( string $channelName )
$channelName string
    public function chooseChannel($channelName);

Usage Example

コード例 #1
0
ファイル: DashboardContext.php プロジェクト: sylius/sylius
 /**
  * @When I choose :channelName channel
  */
 public function iChooseChannel($channelName)
 {
     $this->dashboardPage->chooseChannel($channelName);
 }