CommerceGuys\Tax\Tests\Resolver\ContextTest::testStoreRegistrations PHP Method

testStoreRegistrations() public method

    public function testStoreRegistrations()
    {
        $this->context->setStoreRegistrations(['DE', 'DK']);
        $this->assertEquals(['DE', 'DK'], $this->context->getStoreRegistrations());
    }