Codeception / Codeception/AspectMock

Remove temp created files?

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.