Codeception / Codeception/AspectMock
Remove temp created files?
- Ngôn ngữ chính
- PHP
- Star
- 784
- Fork
- 132
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Start by inspecting the _bootstrap file and the Kernel initialization that sets cacheDir to tests/tmp. Reproduce the Codeception and Lumen test setup to identify which temporary files are created and when. Done means the expected cleanup behavior is established and verified without disrupting the test run.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- php
- Lĩnh vực
- testing
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100