Aws\Symfony\DependencyInjection\AwsExtensionTest::sdk_config_should_be_passed_directly_to_the_constructor_and_resolved_by_the_sdk PHP Method

sdk_config_should_be_passed_directly_to_the_constructor_and_resolved_by_the_sdk() public method

public sdk_config_should_be_passed_directly_to_the_constructor_and_resolved_by_the_sdk ( string $serviceName, string $serviceRegion )
$serviceName string
$serviceRegion string
    public function sdk_config_should_be_passed_directly_to_the_constructor_and_resolved_by_the_sdk($serviceName, $serviceRegion)
    {
        $service = $this->container->get($serviceName);
        $this->assertSame($serviceRegion, $service->getRegion());
    }