Mmoreram\RSQueueBundle\Tests\DependencyInjection\RSQueueExtensionTest::testExtension PHP Method

testExtension() public method

public testExtension ( )
    public function testExtension()
    {
        $config = array();
        $this->extension->load($config, $this->container);
    }
RSQueueExtensionTest