PHP Class Sylius\Behat\Context\Ui\Admin\DashboardContext

Author: Paweł Jędrzejewski ([email protected])
Inheritance: implements Behat\Behat\Context\Context
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Behat\Page\Admin\DashboardPageInterface $dashboardPage )
iChooseChannel ( $channelName )
iOpenAdministrationDashboard ( )
iOpenAdministrationDashboardForChannel ( $code )
iShouldBeOnAdministrationDashboard ( )
iShouldSeeNewCustomers ( $number )
iShouldSeeNewCustomersInTheList ( $number )
iShouldSeeNewOrders ( $number )
iShouldSeeNewOrdersInTheList ( $number )
myAverageOrderValueShouldBe ( $value )
thereShouldBeTotalSalesOf ( $total )

Method Details

__construct() public méthode

public __construct ( Sylius\Behat\Page\Admin\DashboardPageInterface $dashboardPage )
$dashboardPage Sylius\Behat\Page\Admin\DashboardPageInterface

iChooseChannel() public méthode

public iChooseChannel ( $channelName )

iOpenAdministrationDashboard() public méthode

iOpenAdministrationDashboardForChannel() public méthode

iShouldBeOnAdministrationDashboard() public méthode

iShouldSeeNewCustomers() public méthode

public iShouldSeeNewCustomers ( $number )

iShouldSeeNewCustomersInTheList() public méthode

public iShouldSeeNewCustomersInTheList ( $number )

iShouldSeeNewOrders() public méthode

public iShouldSeeNewOrders ( $number )

iShouldSeeNewOrdersInTheList() public méthode

public iShouldSeeNewOrdersInTheList ( $number )

myAverageOrderValueShouldBe() public méthode

public myAverageOrderValueShouldBe ( $value )

thereShouldBeTotalSalesOf() public méthode

public thereShouldBeTotalSalesOf ( $total )