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

Change foreach to array_map and add return types (#479)

The foreach was just an array_map in disguise, so this makes more sense
the return types were m...

github.com/infection/infection - 67cccdd1d8fbe912a5fa67caba5be5389e542230 authored over 6 years ago
fix typo (#61)

github.com/infection/site - 447a237a0f63df164d0edb9e47e69dd5f25e9eea authored over 6 years ago
Ensure file permission is really set in tests (#478)

github.com/infection/infection - 8f36e20c84cc89faa0ab532d2aed375622bd9040 authored over 6 years ago
Remove empty option from test arguments (#468)

github.com/infection/infection - df8b8af23c17fe413ba8b7dfa6e0c1ad949f61e2 authored over 6 years ago
Update xdebug-handler to simplify sub-processes (#474)

* Update xdebug-handler to simplify sub-processes

* Improve doc comment

github.com/infection/infection - f41b7b9ae1174e862d9c66982a6711af98c4be8b authored over 6 years ago
Add config for automatic tap release (#476)

github.com/infection/infection - f474b728cd76c9c637e6750bc947383f804e222e authored over 6 years ago
Update formula for 0.10.3 release

github.com/infection/homebrew-infection - 228f4cbb5f18c32c4dca3499a3924f58a111638a authored over 6 years ago
Reduce images size (#475)

github.com/infection/infection - 3c1ecba45233748304c86bd615d28016f0f8fc90 authored over 6 years ago
Update version

github.com/infection/site - 6f58f3e8fd3bb1b3a5f4f78be451070673f56b05 authored over 6 years ago
Add helPR github app https://github.com/rsarky/helpr

github.com/infection/infection - 3dc9d9b2c016b0de0823cd9e19fb7970e6c3c89f authored over 6 years ago
Fix .bat files being invoked with php (#470)

github.com/infection/infection - a3ae76a5be52d009be49f2775f1f593ff97261fe authored over 6 years ago
Validate that infection.json contains valid (writable) file paths for loggers (#458)

* Validate that infection.json contains valid (writable) file paths for loggers

* Early conti...

github.com/infection/infection - af67763a108c03779f13efea2493aa8d3f4f2564 authored over 6 years ago
Merge branch '0.10'

github.com/infection/infection - 73139d7761812577c5c64989216b43ea211d8d95 authored over 6 years ago
Verify that MutationsCollectorVisitor can work around closures (#456)

Fixes #452

github.com/infection/infection - 141db947c5d9bc6f9d02e4c65b40b1607d4949e6 authored over 6 years ago
Merge branch '0.10'

github.com/infection/infection - 32eabd1a6f5212d18215e31da3c8f9860fd2a9f9 authored over 6 years ago
Use default test framework if neither CLI nor config has the value for it (#462)

* Use default test framework if neither CLI nor config has the value for it

* Remove the ques...

github.com/infection/infection - 2859730b9ffa5678e3a90226cae0d1647f0ff8f6 authored over 6 years ago
Use singular name of a variable

github.com/infection/infection - 77b048f1694685a51ffa016434db77437b6f6a73 authored over 6 years ago
Extract two methods out of infection command (#448)

* Move mutator parsing logic out of infection command and generator

Also replace a custom che...

github.com/infection/infection - bc3f0c6b74cf2a24ea13d5790284a4792a7f1c9f authored over 6 years ago
Merge branch '0.10'

github.com/infection/infection - 9833d4deb5a7eed34fcc7025f493782ffa3a3f99 authored over 6 years ago
[Removal] Don't remove calls to assert() (#460)

* Fix coding standards

* Don't remove calls to assert()

github.com/infection/infection - 84762768fe242f2f59d7a3ee43bf8610a74c3ce4 authored over 6 years ago
Add badge logger to json reference

github.com/infection/site - 1adc615d3c3d8587fd2fa28a5235752cce6761f9 authored over 6 years ago
Improve compatibility with framework based applications (#440)

* Improve compatibility with framework based applications

* Rename config variable to avoid n...

github.com/infection/infection - 44b661c3b7dc4a21db228cad992a7d4d5af6e756 authored over 6 years ago
Rename infection-log.txt -> infection.log (#58)

github.com/infection/site - 27cfdfb9292d5d15527825e913fa532dcec4222d authored over 6 years ago
Rename infection-log.txt -> infection.log (#454)

github.com/infection/infection - 79e3ce13270ba1ea8ac767d30acc972a07d9aca8 authored over 6 years ago
Move PHP-CS-Fixer from `analyze` to PrettyCI (#453)

github.com/infection/infection - a5183a1000d5f88133150921ca49152f7305efea authored over 6 years ago
Upgrade Infection to 0.10.0

github.com/infection/homebrew-infection - 10e9e0c728f116f2c41294907d4c526d890587be authored over 6 years ago
Do not require dev packages on Deploy stage (#445)

github.com/infection/infection - bb6168632fd2485a4f338bc5e6e15706c778f385 authored over 6 years ago
Merge branch '0.10'

github.com/infection/infection - befd28b1adfb2468f2318010211d7ca5232c2e56 authored over 6 years ago
Update changelog

github.com/infection/infection - fc5f8a15294677bcf295315251a69e7a0ed3b72e authored over 6 years ago
Infection 0.10.0 post

github.com/infection/site - 8f9bbba02b857b26d2850989b3fc27f2f39c51ec authored over 6 years ago
Update mutators.md (#55)

github.com/infection/site - 56d63b0ac9d1441bb1c29a91736d6a68f44a3f2a authored over 6 years ago
PregMatchMatches mutator made to 'return' ints (#439)

github.com/infection/infection - cf8b0a1942635ee5f607d85ada710b4aa98d7ef4 authored over 6 years ago
Add Phive installation paragraph

github.com/infection/site - 447b8e63217754d3cee35c78b9625620783d3ce1 authored over 6 years ago
Introduce PregMatchMatches mutator (#383)

* Introduce PregMatchMatches mutator

* Improve tests and style of mutator

github.com/infection/infection - d53fb5963468584338e99ae128597275ebd490c9 authored over 6 years ago
Fix randomly failed test

github.com/infection/infection - 522f357716092f304839875ec7732d71d431e54c authored over 6 years ago
Merge branch '0.9'

# Conflicts:
# .travis.yml
# src/Process/ExecutableFinder/PhpExecutableFinder.php
# src/TestFram...

github.com/infection/infection - 646527d0a19a7e77b6e15b77ed36fae6e9ff1980 authored over 6 years ago
Fix symfony/console 3.2 compatibility (#437)

* Fix Infection 0.9 isn't compatible with symfony/console 3.2

* fix test

github.com/infection/infection - 98de6f13821c88dd671257d27cc7dcbca0409d2d authored over 6 years ago
Update secrets ('FOO="a b"')

github.com/infection/infection - 4380bb7f679acd7ddc81615e4ecbdbc37721b699 authored over 6 years ago
Add GPG signing for PHAR (#436)

* Add GPG signing for PHAR. Remove OpenSSL signing built-in in PHAR

* Decrease MSI

github.com/infection/infection - 6fdba55d8d67c33eb11478f20982ab453a549137 authored over 6 years ago
Replace OpenSSL with GPG signing (#54)

github.com/infection/site - 59616d964ecb3cdddb5310cdb9eba88ede13011f authored over 6 years ago
Add more unit tests (#434)

github.com/infection/infection - ef9039f25715598be4cf5ad64ab5ec398a7e0f26 authored over 6 years ago
Round MSI down to the smallest integer, instead of nearest (#431)

* Round MSI down to the smallest integer, instead of nearest, which is the worst case of MSI

...

github.com/infection/infection - b2a7a2d50d2be36c963abd88298ddef67ee0adb9 authored over 6 years ago
Update documentation with PregMatchMatches mutator (#53)

github.com/infection/site - fc2aae47ec63db7570c2ce7bab16548dbbabde6d authored over 6 years ago
Add function and method removal mutators (#418)

* Add function and method removal mutators

* Rename new mutators to *CallRemoval

* Fix min...

github.com/infection/infection - 56c29bd31e50b29acf6692e9ef558e4b21e7ae77 authored over 6 years ago
Update phpstan to 10.2 (#433)

* Update to phpstan 0.10.2 and fix new issues

* Check level 3 on tests folder for phpstan

...

github.com/infection/infection - 6641632c64453c9b4b5435393dd66db9511d7edb authored over 6 years ago
Add removal mutators (#52)

github.com/infection/site - c8323484f739a6e6ba58f5040245753e1c623ea5 authored over 6 years ago
Merge branch 'blog-post-0.9.0'

# Conflicts:
# src/guide/index.md
# src/guide/installation.md

github.com/infection/site - d5404c0be3a0f3087da354466229fb74bd4a73ab authored over 6 years ago
Skip breaking test on phpdbg (#429)

github.com/infection/infection - 654599cbced52b8865cc745ad81ad39f6ee59515 authored over 6 years ago
Fix e2e tests (#428)

github.com/infection/infection - 518e5d81dc04bb76007930955377bdebb1f0dce9 authored over 6 years ago
Improve symfony process arguments builder. (#417)

* Improve symfony process arguments builder. Fix issue when space in directory path breaks Infec...

github.com/infection/infection - 845ea76da4abf7b2b47d4ba1ae7aa019f2911e7d authored over 6 years ago
Build phar on deploy (#427)

github.com/infection/infection - 87f8723a262b696020c57f977a29e215daf43384 authored over 6 years ago
Build phar on deploy (#427)

github.com/infection/infection - d6ae41e8d35d80ba2c116429116d5d693fa683bb authored over 6 years ago
Sort logs (#424)

Sort by filename, with a fall back to line number.
Also add tests for that.

github.com/infection/infection - c77dbe8da2bdea64ae761c94fe7962abeca04362 authored over 6 years ago
Merge branch '0.9'

github.com/infection/infection - aa176179cffe04096666ca895cbb9501b5fbcd0c authored over 6 years ago
Fix exclude to excludes for generated config file (#423)

github.com/infection/infection - 1e12cd753ff7ac7d80412240951b84f90f9c24c8 authored over 6 years ago
Add note that paths from `excludes` key are relative to the source files folders

github.com/infection/site - 7ea882bfb28e27a7831a15678e6a648092b351dc authored over 6 years ago
Merge pull request #1 from pierredup/patch-1

Fix typo to display version

github.com/infection/homebrew-infection - 8e461e76f31f0f53145df4b7ac89a3497f5c486f authored over 6 years ago
Fix typo to display version

github.com/infection/homebrew-infection - 7d846e3e5a39fd3c51876f192ab5a5bfb57fe94e authored over 6 years ago
Update information about Homebrew installation

github.com/infection/site - 40c16427d0af8117b05435921504c8a8ab75b3a0 authored over 6 years ago
Remove PHP 7 requirement as Infection requires minimum PHP 7.1

github.com/infection/homebrew-infection - faac3ed9e552bb91ebc446434c1a72adb2cf314a authored over 6 years ago
Install pubkey next to phar in bin dir

github.com/infection/homebrew-infection - 4711855aa6fc87508fbf33811f3d9d50f31d0fea authored over 6 years ago
Add initial homebrew formula

github.com/infection/homebrew-infection - 0bbc3d96880e83537fdab60d7c4e31d7069d45ff authored over 6 years ago
Show time and memory info to the console output (#390)

* Show time and memory info to the console output

Signed-off-by: borNfreee <[email protected]>

...

github.com/infection/infection - 711961c439621aa978b1c4e43283f6ce2395e148 authored over 6 years ago
Update to php 7.1 (#415)

* Update composer php requirement/config
* Update lockfile
* Update php-cs-fixer to php 7.1 mi...

github.com/infection/infection - 32a399d214e384feaed79775ce460b9ada6da952 authored over 6 years ago
Update documentation to require php 7.1 (#50)

github.com/infection/site - fa774e34001085650149c43ccab1197ba13e48bd authored over 6 years ago
Merge branch '0.9'

github.com/infection/infection - 465d3bf7fa0acff32cfaebdfef36a66c9b02ec20 authored over 6 years ago
Explicitly require the DOM extension (#411)

It should be enabled by default anyways, and we need it

github.com/infection/infection - f2f9461b1550565261ae1e038bb6dd3c648684ac authored over 6 years ago
Improve errors that could be generated while mutating or parsing (#385)

* Improve errors that could be generated while mutating or parsing

* Apply feedback & fix app...

github.com/infection/infection - 8a4bb93aadaef386aeb8110bafc629e6f03bfa66 authored over 6 years ago
Appveyor build fix (#410)

* Stop caching of php assets

* Fix EOL difference between tests

github.com/infection/infection - 01a1ddcc58ea0f82c7dbf6cd18f18c8d506193da authored over 6 years ago
PHPStan upgraded to 0.10.1, new errors and warnings fixed (#408)

* PHPStan upgraded to 0.10.1, new errors and warnings fixed

* Not ignoring "...array_key_exis...

github.com/infection/infection - 050ea391ca65e0422323a76de1dda7058747057a authored over 6 years ago
Fix appveyor xdebug cache (#400)

* Stop caching of php assets

* Fix EOL difference between tests

github.com/infection/infection - 8fd9e65b36de02c4882b8daa06ce092945e8004c authored over 6 years ago
Merge 0.9 to master

github.com/infection/infection - d3fd38354dee9527486988e78527cba2e1f8b54c authored over 6 years ago
Use build stages for travis builds (#399)

github.com/infection/infection - 125904a47038db027c4218809da34fac95e13ed6 authored over 6 years ago
Fix issue when the quiet mode show some message (#404)

* Fix issue when the quiet mode show some message

* use array short syntax

* Set verbosity...

github.com/infection/infection - a0834aa750743dbdc62af615fc5d293fe25276e9 authored over 6 years ago
Custom mutators (#278)

* Add a test to assert that the mutators generator can produce custom mutator classes.

* Add ...

github.com/infection/infection - c7b6a9f9125c04d84f222f9f9d5290a426b31e5b authored over 6 years ago
Fixture/Demo for IdenticalEqual/NotIdenticalNotEqual mutators (#394)

github.com/infection/infection - e2ff04f5fa3fc5c2d43de7c952188112edfa7c35 authored over 6 years ago
BadgeLogger now reports exact errors (#405)

* BadgeLogger now reports exact errors

* Account to the fact that Stryker Dashboard usually r...

github.com/infection/infection - fe1c3f8c47d34deedfa91f063d8b367c4fe4529f authored over 6 years ago
Update mutation-badge.md (#49)

github.com/infection/site - 88c4e565ed577cdeac24a48063ad352154639051 authored over 6 years ago
Fix a bug from PR #398 (#406)

* Fix a bug from PR #398

* Update E2ETest.php

github.com/infection/infection - 458868b80579144d84be78ffc9851bf0f9a816f1 authored over 6 years ago
Fix trailing commas yielding to invalid json (#48)

github.com/infection/site - 86c4cc97b37a19dcdd5320d9febe1e92b18b6d48 authored over 6 years ago
Merge branch '0.9'

github.com/infection/infection - fdbc1338a6c5e8be7e641d5f1c7d4b7adc3bb681 authored over 6 years ago
Update changelog

github.com/infection/infection - a70f44d87d0870a7022f2c25c9d14f09100704bf authored over 6 years ago
Add information about ReflectionClass in mutators

github.com/infection/site - b27d69a744651ac6972ad6528a379962c77a6187 authored over 6 years ago
Improve error message when coverage is not found (#397)

github.com/infection/infection - 89584dc46da4e50ebcb5de957c028cbaed804bc3 authored over 6 years ago
Enhancement: Configure blank_line_before_statement fixer (#402)

* Enhancement: Configure blank_line_before_statement fixer

* Fix: Run 'make cs-fix'

github.com/infection/infection - 917e47f6e4d7e030bd850cbd9588cdc187963d78 authored over 6 years ago
Blog post for 0.9.0 release

github.com/infection/site - b3da5b6db87a9d8f99a21381b2666f8c82d6cd1a authored over 6 years ago
Add info about how to use with Xdebug. Improve other --coverage documentation (#46)

github.com/infection/site - b74e54547317c24c29c79479ae76eafc78c7ac65 authored over 6 years ago
Enable strict_comparison cs fixer rule (#398)

* Test against php nightly build (#393)

Allow this to fail as its not stable, but it can help...

github.com/infection/infection - 75684c42ffa7cbb2740a6a5a5860b8f7288034a8 authored over 6 years ago
Fix: Indentation (#401)

github.com/infection/infection - 98e406657164b053bb045eaaa2a11cc23f2e965f authored over 6 years ago
Extract functionality out of infection command (#379)

* Extract functionality out of infection command

Command class is kind of a god class, this r...

github.com/infection/infection - 6cb6b70ad0fe51163367ef57a4d38d944049aff6 authored over 6 years ago
Test against php nightly build (#393)

Allow this to fail as its not stable, but it can help us prepare
for future php releases

github.com/infection/infection - f8d7f8392f2855a2670ceb8b661ce526d00156b5 authored over 6 years ago
Merge branch '0.9'

github.com/infection/infection - 04f25fd3b20ecc5aed231bd1ef81aee8b6851157 authored over 6 years ago
Allow Absolute Path to phpunit.xml(.dist) (#387)

* Allow Absolute Path to phpunit.xml(.dist)

* change conditions order

* no need for extra ...

github.com/infection/infection - 59b59d008f6d30952b988c2103a2725bfe78e26a authored over 6 years ago
Document Coalesce mutator (#44)

github.com/infection/site - c316f3bd98244ce1909707040f0af0e2c3d06baf authored over 6 years ago
Coalesce mutator (#389)

* Coalesce mutator

* cs fix

* new approach to coalesce mutator

* comment change

* up...

github.com/infection/infection - cdd179bfd1c6d895a2559667ca8030d12a2feeb9 authored over 6 years ago
Fix: No need to update composer twice (#386)

github.com/infection/infection - ba4bc99594d9e0be91ffc2095721e1d85b8acb6f authored over 6 years ago