Contao\CoreBundle\Test\Cache\ContaoCacheClearerTest::testInstantiation PHP Méthode

testInstantiation() public méthode

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