Théo FIDRY

Results 277 issues of Théo FIDRY

As stated in https://github.com/hautelook/AliceBundle/issues/313, if you have: ```yaml # app/Resources/fixtures/orm/product.yml AppBundle\Entity\Product: product_{1..10}: name: dummy: '@dummy*' ``` ```yaml # app/Resources/fixtures/orm/dummy.yml AppBundle\Entity\Dummy: dummy_{1..10}: name: ``` ```yaml # app/Resources/fixtures/orm/dummy_configuration.yml AppBundle\Entity\DummyConfiguration: dummy_configuration_{1..10}: name: ```...

Feature
Needs help

As reported in https://github.com/nelmio/alice/issues/176 and https://github.com/hautelook/AliceBundle/issues/240, Faker password provider may use the character `@` which leads alice to think that there's a reference. A fix would be to provide a...

Feature
Easy pick

See https://github.com/nikic/PHP-Parser/issues/507#issuecomment-1014940669 Original post: Is it a feature you would be willing to consider? Right now it seems this is possible only in `leaveNode()` and if the parent is an...

I still find the PHAR-Updater really backbone which leads to way too much boilertemplates for each project. A good example is the difference between [PHP-Scoper](https://github.com/humbug/php-scoper/blob/master/src/Console/Command/SelfUpdateCommand.php) and [Infection](https://github.com/infection/infection/blob/master/src/Command/SelfUpdateCommand.php) self update commands....

Could we put a link to [anvaka.github.io for Composer](http://anvaka.github.io/pm/#/galaxy/composer?cx=-5048&cy=-11654&cz=-10363&lx=0.0871&ly=0.9062&lz=-0.3869&lw=-0.1466&ml=150&s=1.75&l=1&v=2015-09-21T01-00-00Z) somewhere on Packagist?

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.13 | PHP version | 7.4.2 - 8.1.1 | Installation Method | Composer #### Summary The following case is...

type/bug
feature/data-provider

See https://gist.github.com/sebastianbergmann/9eba10f9e61c576950df8bcd37712992#file-phar-md. It would be interesting to have PHPUnit, as we have Infection, part of the e2e test suite.