PHP 클래스 Pantheon\Terminus\UnitTests\Models\SiteTest

상속: extends ModelTestCase
파일 보기 프로젝트 열기: pantheon-systems/terminus

보호된 프로퍼티들

프로퍼티 타입 설명
$container League\Container\Container
$workflow Pantheon\Terminus\Models\Workflow
$workflows Pantheon\Terminus\Collections\Workflows

공개 메소드들

메소드 설명
setUp ( )
testAddPaymentMethod ( ) Tests Site::addPaymentMethod($payment_method_id)
testCompleteMigration ( ) Tests Site::completeMigration()
testConverge ( ) Tests Site::converge()
testDashboardUrl ( ) Tests Site::dashboardUrl()
testDelete ( ) Tests Site::delete()
testDeployProduct ( ) Tests Site::deployProduct($upstream_id)
testFetch ( ) Tests Site::fetch($options)
testGetFeature ( ) Tests Site::getFeature($feature)
testGetFeatureDNE ( ) Tests Site::getFeature($feature) when the asked-for feature is not present
testGetName ( )
testGetOrganizations ( ) Tests Site::getOrganizations()
testRemovePaymentMethod ( ) Tests Site::removePaymentMethod()
testSerialize ( ) Tests Site::serialize()
testSetOwner ( ) Tests Site::setOwner($user_id)
testUpdateServiceLevel ( ) Tests Site::updateServiceLevel($service_level)

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAddPaymentMethod() 공개 메소드

Tests Site::addPaymentMethod($payment_method_id)

testCompleteMigration() 공개 메소드

Tests Site::completeMigration()

testConverge() 공개 메소드

Tests Site::converge()
public testConverge ( )

testDashboardUrl() 공개 메소드

Tests Site::dashboardUrl()
public testDashboardUrl ( )

testDelete() 공개 메소드

Tests Site::delete()
public testDelete ( )

testDeployProduct() 공개 메소드

Tests Site::deployProduct($upstream_id)
public testDeployProduct ( )

testFetch() 공개 메소드

Tests Site::fetch($options)
public testFetch ( )

testGetFeature() 공개 메소드

Tests Site::getFeature($feature)
public testGetFeature ( )

testGetFeatureDNE() 공개 메소드

Tests Site::getFeature($feature) when the asked-for feature is not present
public testGetFeatureDNE ( )

testGetName() 공개 메소드

public testGetName ( )

testGetOrganizations() 공개 메소드

Tests Site::getOrganizations()

testRemovePaymentMethod() 공개 메소드

Tests Site::removePaymentMethod()

testSerialize() 공개 메소드

Tests Site::serialize()
public testSerialize ( )

testSetOwner() 공개 메소드

Tests Site::setOwner($user_id)
public testSetOwner ( )

testUpdateServiceLevel() 공개 메소드

Tests Site::updateServiceLevel($service_level)

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected Container,League\Container $container
리턴 League\Container\Container

$workflow 보호되어 있는 프로퍼티

protected Workflow,Pantheon\Terminus\Models $workflow
리턴 Pantheon\Terminus\Models\Workflow

$workflows 보호되어 있는 프로퍼티

protected Workflows,Pantheon\Terminus\Collections $workflows
리턴 Pantheon\Terminus\Collections\Workflows