Codeception / Codeception/AspectMock

cacheDir cannot be omitted

Open
#181 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
784
Forks
132
PR merge metrics
No merged PRs in 30d

Description

It's stated in documentation that `cacheDir` setting can be skipped: https://github.com/Codeception/AspectMock/blob/master/README.md

------
* `cacheDir` a dir where updated source PHP files can be stored. If this directory is not set, proxie classes will be built on each run. Otherwise all PHP files used in tests will be updated with aspect injections and stored into `cacheDir` path.
------

Although when I don't specify it, I getting the error running the tests:

```
Fatal error: Uncaught RuntimeException: You need to provide valid cache directory for Go! AOP framework.
```

What do I do wrong? Or if it's really required and cannot be omitted, the documentation should be updated.

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.