| 1 | <?php |
||
| 8 | class ConfigFunctionalTest extends BasicFunctionalTest |
||
| 9 | { |
||
| 10 | protected static $ENVIRONMENT = 'config'; |
||
| 11 | protected static $TEMP_PATH = __DIR__.'/../../var/cache/functional/config'; |
||
| 12 | |||
| 13 | // |
||
| 14 | // Tests |
||
| 15 | // |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @throws \Exception |
||
| 19 | */ |
||
| 20 | public function testPreCalculateFormulas() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @throws \Exception |
||
| 28 | */ |
||
| 29 | public function testDiskCachingDirectory() |
||
| 37 | } |
||
| 38 |