Gert de Pagter

Results 42 issues of Gert de Pagter

# Bug report It appears the union between a shaped array and a 'normal' one tries to generalize some things where it shouldn't. ### Code snippet that reproduces the problem...

feature-request

# Feature request What i would like are subtractable/negative types, my use case is an assertion lib, in order to allow 'negative' validations. Is this something that could be added...

feature-request

# Support question Given the following snippet: https://phpstan.org/r/e6a17bc6-95df-470d-9f74-268d8cd123dc ```php

feature-request

This PR: - [x] Adds new feature: Allows mutation of functions - [ ] Covered by tests - [ ] Doc PR: https://github.com/infection/site/pull/XXX Fixes #1482

**Is your feature request related to a problem? Please describe.** Right now ( due to autoloading), infection can not mutate functions, but it can mutate methods. e.g ```php function add(int...

Feature Request

| Question | Answer | ------------| --------------- | Infection version | 0.14.* | Test Framework version | n/a | PHP version | n/a | Platform | n/a | Github Repo...

Bug
Good First Issue / Easy Pick
Mutator

I'd like to propose a simple way to support other testing tools. Allow additional commands to be ran, if a mutant is not killed/timed out. If these commands terminate with...

RFC

Currently some options are only available through command line configuration. It would be beneficial to allow all options for both configuration file and command line.

Has PR
RFC

Currently infection support PHPUnit, PhpSpec, and in the future Codeception #143. There is also interest in adding Behat #147. A lot of projects use a combination of test frameworks. They...

Feature Request
RFC

Now that #220 is merged, it may be interesting to decide on certain 'profiles' to use. Currently we have the different categories as profiles, as well as the 'default profile,...

Help Wanted
Mutator