Codeception / Codeception/AspectMock
Remove temp created files?
Aperta
- Lingua principale
- PHP
- Stelle
- 784
- Fork
- 132
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Is there any to remove temp created files? It is being generated in the path we defined in _bootstrap file.
$kernel = \AspectMock\Kernel::getInstance();
```
$kernel->init([
'debug' => true,
'cacheDir' => __DIR__ . '/../tests/tmp',
'includePaths' => [__DIR__ . '/../vendor/laravel', __DIR__ . '/../app'],
]);
```
Using Codeception and lumen
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.