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

testFunctionalDnsdb() public method

public testFunctionalDnsdb ( )
    public function testFunctionalDnsdb()
    {
        // It can be unavailable from the local net.
        $this->markTestSkipped();
        $this->assertInstanceOf('Scalr\\Db\\ConnectionPool', $this->container->dnsdb);
        $data = $this->container->dnsdb->getOne('SELECT * FROM `domains` LIMIT 1');
    }