Scalr\Tests\DependencyInjection\ContainerTest::testInvokedService PHP 메소드

testInvokedService() 공개 메소드

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