PHP Class Aimeos\ShopBundle\Tests\Controller\CheckoutControllerTest

Inheritance: extends Symfony\Bundle\FrameworkBundle\Test\WebTestCase
Show file Open project: aimeos/aimeos-symfony2

Public Methods

Method Description
testConfirmComponent ( )
testStandardAddressDelivery ( )
testStandardAddressPayment ( )
testStandardBasket ( )
testStandardComponent ( )
testStandardDelivery ( )
testStandardNavbar ( )
testStandardNextBack ( )
testStandardOrder ( )
testStandardPayment ( )
testUpdate ( )
testUpdateComponent ( )

Protected Methods

Method Description
_goToSummary ( Client $client ) : Crawler Moves forward to the summary page

Method Details

_goToSummary() protected method

Moves forward to the summary page
protected _goToSummary ( Client $client ) : Crawler
$client Symfony\Bundle\FrameworkBundle\Client HTTP test client
return Symfony\Component\DomCrawler\Crawler Crawler HTTP crawler

testConfirmComponent() public method

testStandardAddressDelivery() public method

testStandardAddressPayment() public method

testStandardBasket() public method

public testStandardBasket ( )

testStandardComponent() public method

testStandardDelivery() public method

testStandardNavbar() public method

public testStandardNavbar ( )

testStandardNextBack() public method

testStandardOrder() public method

public testStandardOrder ( )

testStandardPayment() public method

public testStandardPayment ( )

testUpdate() public method

public testUpdate ( )

testUpdateComponent() public method

public testUpdateComponent ( )