-
I originally assumed that this issue was in pest-intellij and reported it [here](https://github.com/pestphp/pest-intellij/issues/71), but @olivernybroe tells me it's not, so reposting it here.
I ha…
-
Hello, first of all I am blown away by PestPHP, amazing tool.
Just one thing I encountered when I was asserting that a resource handle was null after invoking close method.
Context below.
More …
-
# Feature request
Hello, first of all thanks again for the work on this amazing project. I've been taking a deep dive the past month or so due to working with/on [PestPHP](https://pestphp.com) and …
-
# Bug report
Version: 0.12.29
Not sure what changed in the latest version, but I am finding this kind of issue from time to time:
```
Allowed memory size of 134217728 bytes exhausted (tried …
-
Right now, `->toBe()` uses `AssertEquals` and `->toHaveKey()` uses `AssertSame`.
I see why one might want to use `AssertEquals` here, but maybe for consistency they should be the same? If a "to be"…
-
# Bug report
I'm doing some work on [pestphp here](https://github.com/pestphp/pest/pull/146/files), the internals make some use of Reflection to achieve their goals, I'm expanding a bit on this and…
-
Hey!
I've commited those 3 lines https://github.com/pestphp/pest/commit/278af4b8354f8209cc258823bb155cadf8ea195d which made possible to forward an undefined method in the test suite to a global fun…
-
Hi, I've an exception on opening settings page.
It always worked fine, I haven't changed much, except for the last update of phpstorm EAP.
### Environment
Stacktrace
```
java.lang.NoClassDefF…
-
I'm currently running Laravel (8) Sail (1.4) on `php: ^7.4`.
I'm using the following composer dependencies:
```json
"laravel/sail": "^1.4",
"pestphp/pest": "^1.0",
"pestphp/pest-plugin-laravel"…
-
Hi all ! Just found this when I launches `vendor/bin/pest tests --coverage` for the first time :(
- Issue: Coverage not found in path: /Users/liorchamla/code/angsym8/_php/07-csv-tests/vendor/pestph…