PHP Class Sonata\Test\CustomerBundle\Controller\Api\CustomerControllerTest

Author: Hugo Briand ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: sonata-project/ecommerce

Méthodes publiques

Méthode Description
createCustomerController ( $customer = null, $customerManager = null, $addressManager = null, $formFactory = null, $order = null, $orderManager = null ) : CustomerController
testDeleteCustomerAction ( )
testDeleteCustomerInvalidAction ( )
testGetCustomerAction ( )
testGetCustomerActionNotFoundException ( )
testGetCustomerAddressesAction ( )
testGetCustomerOrdersAction ( )
testGetCustomersAction ( )
testPostCustomerAction ( )
testPostCustomerAddressAction ( )
testPostCustomerAddressInvalidAction ( )
testPostCustomerInvalidAction ( )
testPutCustomerAction ( )
testPutCustomerInvalidAction ( )

Method Details

createCustomerController() public méthode

public createCustomerController ( $customer = null, $customerManager = null, $addressManager = null, $formFactory = null, $order = null, $orderManager = null ) : CustomerController
$customer
$customerManager
$addressManager
$formFactory
$order
$orderManager
Résultat Sonata\CustomerBundle\Controller\Api\CustomerController

testDeleteCustomerAction() public méthode

testDeleteCustomerInvalidAction() public méthode

testGetCustomerAction() public méthode

testGetCustomerActionNotFoundException() public méthode

testGetCustomerAddressesAction() public méthode

testGetCustomerOrdersAction() public méthode

testGetCustomersAction() public méthode

testPostCustomerAction() public méthode

testPostCustomerAddressAction() public méthode

testPostCustomerAddressInvalidAction() public méthode

testPostCustomerInvalidAction() public méthode

testPutCustomerAction() public méthode

testPutCustomerInvalidAction() public méthode