Codeception / Codeception/AspectMock
Remove temp created files?
Open
- Dominant language
- PHP
- Stars
- 784
- Forks
- 132
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.