Contao\CoreBundle\Test\Cache\ContaoCacheClearerTest::testInstantiation PHP Method

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )
    public function testInstantiation()
    {
        $clearer = new ContaoCacheClearer(new Filesystem());
        $this->assertInstanceOf('Contao\\CoreBundle\\Cache\\ContaoCacheClearer', $clearer);
    }