PHP Class Contao\CoreBundle\Test\Cache\ContaoCacheWarmerTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
testIncompleteInstallation ( ) Tests that no cache is created if the installation is incomplete.
testInstantiation ( ) Tests the object instantiation.
testIsOptional ( ) Tests the isOptional() method.
testWarmUp ( ) Tests the warmUp() method.

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testIncompleteInstallation() public method

Tests that no cache is created if the installation is incomplete.

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testIsOptional() public method

Tests the isOptional() method.
public testIsOptional ( )

testWarmUp() public method

Tests the warmUp() method.
public testWarmUp ( )