PHP Class Pantheon\Terminus\UnitTests\Commands\PaymentMethod\ListCommandTest

Afficher le fichier Open project: pantheon-systems/terminus

Protected Properties

Свойство Type Description
$payment_methods Pantheon\Terminus\Collections\PaymentMethods
$session Pantheon\Terminus\Session\Session
$user Pantheon\Terminus\Models\User

Méthodes publiques

Méthode Description
testListPaymentMethods ( ) Tests the payment-method:list command
testListPaymentMethodsEmpty ( ) Tests the payment-method:list command when the list is empty

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testListPaymentMethods() public méthode

Tests the payment-method:list command

testListPaymentMethodsEmpty() public méthode

Tests the payment-method:list command when the list is empty

Property Details

$payment_methods protected_oe property

protected PaymentMethods,Pantheon\Terminus\Collections $payment_methods
Résultat Pantheon\Terminus\Collections\PaymentMethods

$session protected_oe property

protected Session,Pantheon\Terminus\Session $session
Résultat Pantheon\Terminus\Session\Session

$user protected_oe property

protected User,Pantheon\Terminus\Models $user
Résultat Pantheon\Terminus\Models\User