Beberlei\Bundle\MetricsBundle\Tests\DependencyInjection\BeberleiMetricsExtensionTest::testWithLibratoAndInvalidConfiguration PHP Method

testWithLibratoAndInvalidConfiguration() public method

    public function testWithLibratoAndInvalidConfiguration()
    {
        $container = $this->createContainer(array('collectors' => array('simple' => array('type' => 'librato'))));
        $this->assertInstanceOf('Beberlei\\Metrics\\Collector\\Librato', $container->get('beberlei_metrics.collector.librato'));
    }