Kevin Bond

Results 134 issues of Kevin Bond

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | n/a...

DependencyInjection
Feature
Status: Needs Work

| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | n/a...

DependencyInjection
Feature
Status: Needs Work

| Q | A | ------------- | --- | Branch? | 6.1 (6.2) | Bug fix? | no | New feature? | yes | Deprecations? | yes | Tickets |...

Feature
RFC
Status: Needs Review
Deprecation
DoctrineBridge

This is sort of a continuation of https://github.com/pestphp/pest/issues/95. In that issue, the `--compact` option was suggested but later it was implied that perhaps compact be default and we can show...

I know this was rejected in https://github.com/nunomaduro/collision/pull/183 but can I ask this be reconsidered? I have several paths I'd like to exclude to help make the failure output more useful...

Closes #213. Usage: ```php // tests/bootstrap.php (or whatever bootstrap file is configured in phpunit.xml) use NunoMaduro\Collision\Adapters\Phpunit\Style; Style::addIgnoredPath('/vendor\/zenstruck\/assert/'); Style::addIgnoredPath('/vendor\/zenstruck\/browser/'); ``` I removed `@internal` for `NunoMaduro\Collision\Adapters\Phpunit\Style` and marked all public methods (except...

Instead of calling `MyStory::load()->get('some-state')`, can call `MyStory::get('some-state')`. This deprecates calling `->get()` instance method.

enhancement

Followup for #51. The test suite does not pass for posgres with DAMADoctrineTestBundle enabled.

bug
help wanted

The tests run successfully when run separate. Seems to be caused by a test that does not have the `ResetDatabase` trait and boots the kernel (in this case `MakeFactoryTest`). The...

bug
help wanted