Contao\CoreBundle\Test\Cache\ContaoCacheClearerTest::testInstantiation PHP Метод

testInstantiation() публичный Метод

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