CommerceGuys\Tax\Tests\Resolver\ContextTest::testCustomerAddress PHP Метод

testCustomerAddress() публичный Метод

public testCustomerAddress ( )
    public function testCustomerAddress()
    {
        $address = $this->getMockBuilder('CommerceGuys\\Addressing\\Address')->getMock();
        $this->context->setCustomerAddress($address);
        $this->assertSame($address, $this->context->getCustomerAddress());
    }