Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Infection PHP

Mutation Testing for PHP. Helps writing better code and tests.
Collective - Host: opensource - https://opencollective.com/infection - Website: https://infection.github.io/ - Code: https://github.com/infection

Mutator: UnwrapUcFirst (unwrap the first argument of ucfirst() function) (#635)

github.com/infection/infection - 3327740fa0207695d7d37b8ce4ca6f9cf55c2e35 authored almost 6 years ago
Enhancement: Implement UnwrapArrayUintersectAssoc mutator (#110)

github.com/infection/site - e3f72979ffcc8214dc480930ee0c87b3561cdd52 authored almost 6 years ago
Enhancement: Implement UnwrapArrayUintersectAssoc mutator (#628)

github.com/infection/infection - e2fdecc02d193085b26f30170296272b9d3e0b54 authored almost 6 years ago
Fix: Add missing callback parameter in tests (#632)

github.com/infection/infection - 2bd847211da78049003b9d77df9875da10e92a0a authored about 6 years ago
Enhancement: Normalize composer.json (#629)

github.com/infection/infection - 8d7b5f3a71f87f0ecb67763bf638d45499fe36e6 authored about 6 years ago
Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including root differ (#627)

* Upgrade PHPUnit from ^6.5 to ^7.5 and all dependencies, including root sebastian/diff

Run t...

github.com/infection/infection - 4aeb348cc61b1131945aaac6440a076d6b453671 authored about 6 years ago
Test against php 7.4 (#625)

Master is PHP 8.0 until its release

github.com/infection/infection - 92c66b94753ebfb6484d9c5657a6ff445a24f9b3 authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiff mutator (#109)

github.com/infection/site - 267a408a2b1a40d5f178eea98f17b2b125975791 authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiff mutator (#624)

github.com/infection/infection - 0b9abd9b3b9c5bee6bca982bbd9b64579fb5a46e authored about 6 years ago
Merge branch '0.12'

github.com/infection/infection - 6d6e4677a5257f692a5615db847d14301047c2e4 authored about 6 years ago
Add `--no-progress` option to differentiate between progress bars output (#618)

* Add `--ci-friendly` option to differentiate between progress bars output

* Rename to --no-p...

github.com/infection/infection - 0c028b4b69bbead4b9d6702b36c0d25b9e016785 authored about 6 years ago
Skip E2E tests when for phpdbg due to many strange failures on Travis

New empty classes and tests with `assertSame(1, 1)` lead to weird timeout errors on Travis with ...

github.com/infection/infection - 4f2a828073dd63be35c776b6eb770e5da301363a authored about 6 years ago
Merge branch '0.12'

github.com/infection/infection - 80b177778dab6d2a99ab4944ac2572830baabe15 authored about 6 years ago
Return back priority: find phphunit first, then simple-phpunit

github.com/infection/infection - a9e76101ce5ac93819060e48e2594e73ba2632d6 authored about 6 years ago
Return back priority: find phphunit first, then simple-phpunit

github.com/infection/infection - 9431ba288631401433cd0f4cb2e5edcc98cd5765 authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiffUassoc mutator (#108)

github.com/infection/site - 7aa42be7ec93d0b41dae1ddab629d34a69637400 authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiffUassoc mutator (#623)

github.com/infection/infection - 4666a47180dadb5275ac31a1ba4437ee0d6336ac authored about 6 years ago
escape % characters for sprintf. (#621)

github.com/infection/infection - ddd9f5c1c716883c53095183ce5e34f13c892ff3 authored about 6 years ago
escape % characters for sprintf. (#621)

github.com/infection/infection - ce9761ba8f6c4899c02a277fee9953cb2f70b184 authored about 6 years ago
Add information about --no-progress option

github.com/infection/site - 0f98d79dcc15c9226f26c0a8b9a1a9e31b0d71a8 authored about 6 years ago
Update CHANGELOG

github.com/infection/infection - 8a4d0fbf8de0dca0e590ad590a0052154fd7ca56 authored about 6 years ago
Blog post about 0.12

github.com/infection/site - bb73cd4a64f6e996a070f356ff1c1118bc69f96a authored about 6 years ago
Add documentation for TrueValue mutator setting (#105)

github.com/infection/site - bbc71b88e15fe280a5b1701aa776709c52fb11ac authored about 6 years ago
Disabling mutating "true" -> "false" in TrueValue mutator for in_array/array_search (#599)

* Add settings to TrueValue mutator and disabling mutating "true" -> "false" in in_array and arr...

github.com/infection/infection - c1fa0751e8e57c72cd767c86302a4b24cfa1ce2a authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiffAssoc mutator (#107)

github.com/infection/site - 84ff29fff63daf3654cbd3fb46f14289c70c531f authored about 6 years ago
Enhancement: Implement UnwrapArrayUdiffAssoc mutator (#614)

github.com/infection/infection - 0c1f59f7d6d548490da2ff1907506b2187c781d1 authored about 6 years ago
Show only covered code if needed (#612)

* Guess test frameworks

* Fixed ci

* Added e2e tests

* Small fixtures

* Reverted pos...

github.com/infection/infection - 3e5160a83f83bc24751098852b655d54152cef58 authored about 6 years ago
Removed php include args handling. (#611)

* Removed php include args handling.

* Removed not needed member vars

* pretty fix

* Ad...

github.com/infection/infection - a369cc82e98b3f182a7a00fd6949899645924675 authored about 6 years ago
Add a note that DebugLogger is for tests usage only

github.com/infection/infection - 096d7b257504a131596bce878f2adfcc7358a0b7 authored about 6 years ago
Fixed E2ETest::test_it_runs_an_e2e_test_with_success() for win (#607)

* Fixed test execution of E2ETest::test_it_runs_an_e2e_test_with_success() under windows.

* F...

github.com/infection/infection - 153cd5790e29bc6ee859f4f9f437a606b931abcc authored about 6 years ago
Merge branch 'master' of https://github.com/infection/infection

github.com/infection/infection - e35a8234ed44d072146936bf927a99ba13faa349 authored about 6 years ago
Merge branch '0.11'

# Conflicts:
# src/TestFramework/PhpUnit/Config/XmlConfigurationHelper.php
# tests/TestFramework...

github.com/infection/infection - 1b81fac50acae3c8ffbd1bac18b1f2a4e15417b7 authored about 6 years ago
Add initialTestsPhpOptions and testFrameworkOptions properties to the json validation schema (#608)

github.com/infection/infection - 20c87babc55e7b49bf2b8410fc1dd1fa87177824 authored about 6 years ago
Enhancement: Implement UnwrapArraySplice mutator (#106)

github.com/infection/site - 6f78c8ddef3f19adb18c5045b70c51f01a12c745 authored about 6 years ago
Enhancement: Implement UnwrapArraySplice mutator (#605)

github.com/infection/infection - 6869b4dd81e61112a5c48532a397cb70eaf40ccd authored about 6 years ago
Fix SymfonyFlext/SymfonyBridge e2e tests, prioritizing "simple-phpunit"

executable candidate in finder

Add debug code

Quick assert for code coverage

Without cwd()/bin...

github.com/infection/infection - 3ec02da5046086cea4d2cfffee81baa77496e6ab authored about 6 years ago
Enhancement: Implement UnwrapArraySlice mutator (#104)

github.com/infection/site - 86a0fa2644a14e6e88899e3fc9d8a1585079bb46 authored about 6 years ago
Enhancement: Implement UnwrapArraySlice mutator (#598)

github.com/infection/infection - 64c474fcd2017663383a08edf05e123bf31988dc authored about 6 years ago
Guess test framework when symfony/phpunit-bridge is used (#595)

* Guess test frameworks

* Fixed ci

* Added e2e tests

* Small fixtures

* Reverted pos...

github.com/infection/infection - ff25479c60777a83a1d02e514cbdb9e0f94dfe86 authored about 6 years ago
Update License

github.com/infection/infection - 7894cf5f6030c3c499004d57f7a29db52aeb2af8 authored about 6 years ago
Enhancement: Implement UnwrapArrayMergeRecursive mutator (#103)

github.com/infection/site - 4ae704cdd9e03c0f47f710809b158ff6df2cf705 authored about 6 years ago
Enhancement: Implement UnwrapArrayMergeRecursive mutator (#594)

github.com/infection/infection - 74c0fed85644282bf7de1b3d60e521d53b43e53a authored about 6 years ago
Update how-to.md

github.com/infection/site - e10e80079777a5a9b6380f18cfed77136b5d7163 authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectUkey mutator (#593)

github.com/infection/infection - a7f2706761ed4cd8e74ddd70bcf7680a6335d9ca authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectUkey mutator (#102)

github.com/infection/site - 1b7dada3b6f69e94c2640ecd8ffdf155e0e9aca2 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffAssoc mutator (#91)

github.com/infection/site - ce1c5bf967833279da55d0be3d11a387d80e1427 authored about 6 years ago
Update gitattributes file (#532)

* Update gitattributes file

* Update gitattributes

* Update .gitattributes

github.com/infection/infection - 1a0a09feb676604802692e7b6956fb0a59fce6ce authored about 6 years ago
Remove debug log (#101)

Debug log is an internal one...

github.com/infection/site - da3a26461222eb47b1940be42273bc1c66706e5b authored about 6 years ago
Add a test to check Infection works with PSR-0 compliant autoloader (#579)

* Add a test to check Infection works with PSR-0 compliant autoloader

* Add PSR-0
autloading...

github.com/infection/infection - d5e5eb2cd39037fdb7e18f56403d7ce50ab74bd4 authored about 6 years ago
Add a few more tests to mutators (#589)

github.com/infection/infection - e9e4c93aed7e082eff83c90d868f814ae58dde63 authored about 6 years ago
Enhancement: Implement UnwrapArrayColumn mutator (#98)

github.com/infection/site - 504fecaa99eb6956fd0bbea75692dffde1a02aef authored about 6 years ago
Enhancement: Implement UnwrapArrayColumn mutator (#590)

github.com/infection/infection - 118edbd50154dfeea9a17c1c2e390e6c5c41eb67 authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectUassoc mutator (#100)

github.com/infection/site - 49098ab04aba8d0d5e5a0cd724558997647f289a authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectUassoc mutator (#591)

github.com/infection/infection - 77d5656c86188bc618ba3a174a89cdcbc22e7bf8 authored about 6 years ago
FIX a typo (invalid json syntax) (#99)

github.com/infection/site - 2a0a19c430be606c9ac5eff51243f3c36a147ff8 authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectKey mutator (#97)

github.com/infection/site - e50917525f7d51d8b576410ba68a22b2253e9a3e authored about 6 years ago
Enhancement: Implement UnwrapArrayIntersectKey mutator (#584)

github.com/infection/infection - 7fc59e4944da695fba5979a6278fee8b49c4d4e0 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffUkey mutator (#95)

github.com/infection/site - 1640e4e03a00b20f3ebd9ad5128dc2b9b7c2b5c0 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffUkey mutator (#583)

github.com/infection/infection - 7b49577f88c60182873f3db32c3da1ac14bea3fb authored about 6 years ago
Fix: Set cacheResult attribute to false in phpunit.xml (#585)

* Fix: Set cacheResult attribute to false in phpunit.xml

* Fix: Do not bother removing cacheR...

github.com/infection/infection - f71d7af4332e0c3760aab45c16a6f750db1475a6 authored about 6 years ago
Enhancement: Extract methods for removing attributes and setting attribute values (#587)

github.com/infection/infection - 58c2f405cdf2780325cd434921e50124d6d69f51 authored about 6 years ago
Fix: Use assertXmlStringEqualsXmlString() instead of assertSame() (#586)

* Fix: Use assertXmlStringEqualsXmlString() instead of assertSame()

* Enhancement: Format XML

github.com/infection/infection - 418547dcce02b013c44a785b7b8469f083ba7175 authored about 6 years ago
Enhancement: Add .editorconfig (#96)

github.com/infection/site - d367d369a6e9bf6c94d84909f698380f20b10452 authored about 6 years ago
Enhancement: Implement UnwrapArrayChangeKeyCase mutator (#90)

github.com/infection/site - b4c0871dd9ce3b325b6a5fb7902622bf3eb5cee3 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffUassoc mutator (#94)

github.com/infection/site - f1606ba7f5592b3d32335196bdf30a61d988d0fb authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffUassoc mutator (#568)

github.com/infection/infection - 776ec670be4a410454b54f53d0e99221509c5340 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffAssoc mutator (#562)

github.com/infection/infection - bb6e754a048ce56cd81ce72c32fe4fa6c72f745c authored about 6 years ago
Replace XSD schema to local file

github.com/infection/infection - 9fc6fed1eb73c49554a54ee22ae321d45a10d753 authored about 6 years ago
Merge branch '0.11'

github.com/infection/infection - 5e4b7336fb7e7d0d4ab96ecaaaae2fcc56699c8f authored about 6 years ago
Fix: Remove cacheResultFile attribute from phpunit.xml (#582)

github.com/infection/infection - c13106c6bbeeaa7b49260b3fdccc798179bc2e91 authored about 6 years ago
Enhancement: Implement UnwrapArrayChangeKeyCase mutator (#561)

github.com/infection/infection - dad479089051c59991bb6a6f959eba3ac807e3fe authored about 6 years ago
Fix symfony dependency issues (#446)

Require a minimum of symfony 3.4 for all components, and install
4.1 for the phar

Be sure to...

github.com/infection/infection - 81d2ac197243a0cb7386cc935043ca6643b91e79 authored about 6 years ago
Add "How to disable Mutators and profiles" article

github.com/infection/site - a01bafcd8fbba77f42a29e8362804807362d6f71 authored about 6 years ago
Add an additional test case

github.com/infection/infection - dccbf01810af307b57bb558c75c6f07894d4c7b8 authored about 6 years ago
Update XSD url in e2e tests because the old one does not work anymore

github.com/infection/infection - b969a0e1e7c7c488f98e29fbaf64f05ca9d6e25b authored about 6 years ago
Update XSD url because the old one does not work anymore

github.com/infection/infection - e4cbcbaafc709b9ac89684a0833b7611cd39c098 authored about 6 years ago
Run Infection only for changed files in PRs (#575)

Add --only-covered --min-msi=90 options

Reuse code, add $INFECTION_FLAGS for nightly build

...

github.com/infection/infection - ebae8b8b27767737880c4472e8e75f2759d14aa0 authored about 6 years ago
Remove Mockery as dev dependency (#574)

* Remove Mockery as dev dependency

* add dockblock to cover phpstan, remove ignoreErrors from...

github.com/infection/infection - ab723af4078d0c7cee48c143eb1d037d6fb3ee4e authored about 6 years ago
Add "How to run Infection only for changed files" article

github.com/infection/site - 27ffd049ffe0fe9e4b56509239f3af73f03384c9 authored about 6 years ago
Add "How to run Infection only for changed files" article

github.com/infection/site - 606b20e7f3ff24b8653a358d17095d7de66eba3e authored about 6 years ago
Merge branch '0.11'

github.com/infection/infection - 739e78246752f91f7b8bb434174a72fe5c66da6c authored about 6 years ago
Get rid of defaultTestSuite (#573)

github.com/infection/infection - 62b41f817e116052b7fbdc9c2bababd64aa7f48a authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffKey mutator (#92)

github.com/infection/site - b907045199af0da02d5c55c143983d3bc15157e0 authored about 6 years ago
Enhancement: Implement UnwrapArrayDiffKey mutator (#563)

github.com/infection/infection - 65be86b854fb12c39b55a2ff12dae058698ce986 authored about 6 years ago
Fix: Debugger is called Xdebug (#571)

github.com/infection/infection - f2842560f2c9024056537775774f6bed51fa6a28 authored about 6 years ago
Merge branch '0.11'

github.com/infection/infection - b185c30e39db2e8ae8b68e835d819e88b74b3c23 authored over 6 years ago
Build a correct absolute path to XSD schema when `phpunit.xml` is located in a subfolder (#567)

* Respect @sidz

* Build a correct absolute path to XSD schema when `phpunit.xml` is located i...

github.com/infection/infection - a354c5d5865d9dfe2f58a5ef2ea9a9f2358c83a6 authored over 6 years ago
Update changelog for 0.11.0

github.com/infection/infection - 1dbd8e48ac1dbfa621d4264514e970573f4715d3 authored over 6 years ago
Add a blog post for 0.11.0, update version, add @codeCoverageIgnore info

github.com/infection/site - 3f8bfd91f499b76ea69f3aa0f4172d9b63e355c1 authored over 6 years ago
Enhancement: Implement UnwrapArrayUnique mutator (#88)

github.com/infection/site - 8a4a76d560ada02a936edd9398716fa33eae7f74 authored over 6 years ago
Enhancement: Implement UnwrapArrayChunk mutator (#89)

github.com/infection/site - 0689e0e7836896a1d4deb9bd97825f0d141905e3 authored over 6 years ago
Enhancement: Implement UnwrapArrayChunk mutator (#558)

github.com/infection/infection - 82904f46bbf47f2e222797171e94511e6442d759 authored over 6 years ago
Enhancement: Implement UnwrapArrayUnique mutator (#556)

github.com/infection/infection - 53f8969c81ce1344fc2ac81e586529f390e14157 authored over 6 years ago
Enhancement: Implement UnwrapArrayDiff mutator (#83)

github.com/infection/site - aad663d349e5e97b591d18c882ab574e3d7bb7a7 authored over 6 years ago
Enhancement: Implement UnwrapArrayDiff mutator (#544)

github.com/infection/infection - e1e687d4ec5ddb29f00e9b0b24718decd19072b3 authored over 6 years ago
Added documentation for UnwrapStrToUpper mutator (#77)

* Added documentation for UnwrapStrToUpper mutator

* Updated documentation

github.com/infection/site - 5459f72c7b306e99533d69c364075c66eea566b8 authored over 6 years ago
Enhancement: Implement UnwrapArrayValues mutator (#86)

github.com/infection/site - fc86e7e5cb2e04894d7c1b3fcd0e26c566691d9f authored over 6 years ago
Enhancement: Implement UnwrapArrayValues mutator (#554)

github.com/infection/infection - 967e51f11947a99517f0f82a97488dcf990f0580 authored over 6 years ago
Enhancement: Implement UnwrapArrayKeys mutator (#87)

github.com/infection/site - ed6350112e334efd71a29c202078f1ecf86abffd authored over 6 years ago