henzeb

Results 7 issues of henzeb

Any one who remembers #770, will understand my problem: ```php interface test { public function empty(): void; } ``` ```php Mockery::mock(test::class); ``` gives me: ``` PHP Fatal error: Class Mockery_0_test...

As I am for the very first time trying out laravel zero, not sure if bug or by design, but these two do not work. just add these two inside...

| Question | Answer | ------------| --------------- | Infection version | 0.26.21 (`infection.phar --version`) | Test Framework version | PHPUnit/PhpSpec10.1.2 | PHP version | 8.1.13 (`php -v`) (also on 8.2.6...

Bug

### Feature Description it would be nice if globally enums were supported. Imagine the following config and enum: ```php \Illuminate\Support\Facades\Config::set( 'bug', [ 'title' => 'Bug report' ] ); \Illuminate\Support\Facades\Config::set( 'feature',...

### Bug description When I use CTRL+SPACE to show the rules or just start typing, it shows every rule twice. This is since laravel 11, as I could not reproduce...

implemented - wait next release

**Describe the bug** stopAfterLastMessage does not work as expected. I expected it to consume all messages from the last offset it had consumed, but instead it just stops the process....

bug

### What Happened I have setup the laravel preset for my tests. I set one up to fail. (added dd somewhere in my code) But it didn't run. Until I...

bug