Filippo Tessarotto

Results 64 issues of Filippo Tessarotto

Origin ```php $a = $a - $c + 1; $b = $b + $c - 1; ``` First run ```php $a = $a - $c + 1; $b = $b...

kind/bug

The code is fixed the right way, but only after second run. #### Input ```php $fooooo = 111 === 0; $bar = 333333 === 0; ``` #### Test output ```diff...

kind/bug

Reference: #3276 What about fixing PHPDoc too? ```diff use Foo\Bar; /** - * @param \Foo\Bar $foo + * @param Bar $foo */ function foo($foo) {} ``` Ping @veewee

kind/feature

See https://github.com/laminas/laminas-form/pull/193#discussion_r995622387 A test shold be added to ensure that Factories, Abstract Factories, Delegators, Initializers, Services and so on work well with alias and aliased references when an alias is...

Bug

Object-oriented, fully tested PHP IMAP library

Hi, I'd like to have a colorful text log for CLI. I am aware of the precious logs that are already present, like `HTML`, `JSON`, `Summary` and `Stryker`, but they...

Help Wanted
Feature Request

Given: ```php class Foo { public function twice(int $from): int { return 2 * $from; } } /** * @covers \Foo */ final class FooTest extends TestCase { public function...

Feature Request

References: https://github.com/sebastianbergmann/phpunit/blob/7.5.0/ChangeLog-7.5.md > Implemented https://github.com/sebastianbergmann/phpunit/issues/3340: Added assertEqualsCanonicalizing(), assertEqualsIgnoringCase(), assertEqualsWithDelta(), assertNotEqualsCanonicalizing(), assertNotEqualsIgnoringCase(), and assertNotEqualsWithDelta() as alternatives to using assertEquals() and assertNotEquals() with the $delta, $canonicalize, or $ignoreCase parameters > > The...

kind/feature request
topic/phpunit

The current 10 seconds timeout hides mutants that in reality are escaping if we raise it to just 60 seconds: ``` 3676 mutations were generated: 3607 mutants were killed 0...

Reference: https://github.com/tjstein/php5-fpm-munin-plugins/issues/20 Editing default folders isn't a good idea: it makes them dirty for the package manager and hard to track. `/usr/local` exists for this very purpose.