Scalr\Tests\DependencyInjection\ContainerTest::testInvokedService PHP Method

testInvokedService() public method

public testInvokedService ( )
    public function testInvokedService()
    {
        $this->assertSame($this->container->config->get('scalr.phpunit'), $this->container->config('scalr.phpunit'));
    }