BrowscapPHPTest\Command\BrowscapCacheTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $adapter = new NullStorage();
        $cache = new BrowscapCache($adapter);
        $this->assertInstanceOf('BrowscapPHP\\Cache\\BrowscapCache', $cache);
    }