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

Update version

github.com/infection/site - ca7c03c9550f14812a0d422363ae3637b85db607 authored about 7 years ago
Update changelog

github.com/infection/infection - ef137db132ed195c8d35e4848e6f1b93af3f4239 authored about 7 years ago
Allow sebastian/diff:^3.0 (#148)

github.com/infection/infection - 44751a5835ec44e7f2754ddcf21a2012f8219c23 authored about 7 years ago
Rework InfectionApplication class and remove 'application' service (#146)

* Remove 'application' service, bump pimple/pimple version to 3.2, refactoring commands

* use...

github.com/infection/infection - cd2ce8d71ab20961805e51340e5cccba4aa5b2c6 authored about 7 years ago
Enhancement: Keep packages sorted (#149)

github.com/infection/infection - c6df8e40796d70a4b747e5def17df8f692fceb8e authored about 7 years ago
Skip XdebugHandlerTest when infection is running via phpdbg (#145)

* Skip XdebugHandlerTest when infection is running via phpdbg

* add phpdbg to travis

* fix...

github.com/infection/infection - 5cb346b39ef9c3689074c4376b0ed43e7b893137 authored about 7 years ago
Config setting for temp files (#140)

* Config setting for temp files

* fix tests, change variable/method names

* rename `tempDi...

github.com/infection/infection - 8704d6a82c6aa20cbddf63845c29ba18dc9a0907 authored about 7 years ago
Merge pull request #17 from BackEndTea/file-loggers

Add new file loggers

github.com/infection/site - a1780f6b9ad93ceaa84f81f0238d77437a99d8a6 authored about 7 years ago
Feature: e2e tests (#135)

* Split up the file logger

The BaseFileLoggerSubscriber is now the subscriber which checks if...

github.com/infection/infection - f768c44f50f0cf0c80357969f2f747c5952aa275 authored about 7 years ago
Add new file loggers

github.com/infection/site - df5f313b2f970aceecd951c8daf4e0489f0b0d09 authored about 7 years ago
Fix tempDir to tmpDir

Fix tempDir to tmpDir in the description section

github.com/infection/site - 9af1ec7e9ea2d5e6a32c69a2adb1706f5927e6fc authored about 7 years ago
Rename `tempDir` to `tmpDir`

Rename `tempDir` to `tmpDir`

github.com/infection/site - 29354c164a6b7290a2c6567929509b4aca1a56fe authored about 7 years ago
Merge pull request #16 from sidz/temp-dir-info

Add `tempDir` description

github.com/infection/site - c9165e3053de704f87d5cf68b8d8fae467eba93e authored about 7 years ago
remove additional space

github.com/infection/site - 0e1f54b9e2404a2f599d963b811b157a28b6cec8 authored about 7 years ago
add `tempDir` description

github.com/infection/site - 90b0c3b383f8073b1568586b3d64b622a1599655 authored about 7 years ago
Fix: Disable xdebug before composer analyze on travis (#136)

* Disable xdebug before composer analyze on travis

* Use phpenv config on travis

github.com/infection/infection - 17345724fbd7b4f21f81edb03fc9402dea7c06f4 authored about 7 years ago
Update IOException (#132)

* Delete the unused interface
* Delete the unused function
* Delete the useless constructor
...

github.com/infection/infection - 88c0c2584528ea7a3965d80b397dba082b51e427 authored about 7 years ago
Fix: Use actual name (#133)

github.com/infection/infection - e88357409bd60ebd2b9dbe8e3392eb3e56b9c5e7 authored about 7 years ago
Fix: Change is function signature check (#123)

* Change is function signature check

If the node is on a function signature line we need the ...

github.com/infection/infection - 762cfc336c45f59fd179335d456f38cf3b1d5423 authored about 7 years ago
Give higher priority to custom config path (#130)

github.com/infection/infection - 0b35b00ac46a5ba3ffcf76644c248ab244c7cb1c authored about 7 years ago
Fix: mutate methods but not functions (#113) Fixes #97

* Stop mutation of functions outside of classes

* Fix cs

github.com/infection/infection - 5c95434a00be0a329ed4b4d9fbe4aefce7982862 authored about 7 years ago
update symfony/process as it has issue which introduced by 3.4.2 (#131)

github.com/infection/infection - 458f3bdb958bf2fb7fd946f2d2d046368aecae21 authored about 7 years ago
Ignore fixtures from cs fixer (#128)

github.com/infection/infection - 689a3ac1305898546e74c8b9f1cbf71af727a59d authored about 7 years ago
Fix CS in tests, add validation in tests folder to CI

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

github.com/infection/infection - 11c0f87f0f3061c955da91ba5b3c266281ba18bd authored about 7 years ago
add `excludes` options as humbug config should be compatible with infection (#120)

github.com/infection/infection - bfd204c729ca475ff58573167255a7a56b19cf11 authored about 7 years ago
Add tests (#124)

* Add MsiCalculationExceptionTest

* Add TestFrameworkConfigLocatorTest

* Add LocatorTest
...

github.com/infection/infection - 5101a2ea2c6cf514445cf325c8a9f47c552cd557 authored about 7 years ago
Validate composer in CI

github.com/infection/infection - f2e493795966abf6bce29869dfb478bbf4286447 authored about 7 years ago
Merge pull request #15 from sidz/add-excludes-option

Add `excludes` option and mark `exlude` as deprecated

github.com/infection/site - 8d56f54eb0ccedfa86818a4a90ca60987f2bb717 authored about 7 years ago
Add `excludes` option and mark `exlude` as deprecated

github.com/infection/site - f4eeaa80f0863a6198644013c61d64503125144f authored about 7 years ago
Add header comment to php-cs fixer (#119)

* Keep php-cs sorted

* Add header to php-cs-fixer

github.com/infection/infection - 0f06fb474d30cc978419b66ba34ec22d70684934 authored about 7 years ago
Move files into fixtures folder (#118)

github.com/infection/infection - 70c28275e09e6192a5fe216cc22154883a1ce8ee authored about 7 years ago
Update gitattributes (#112)

Dont export tests folder on a release

github.com/infection/infection - dfe0a4e1aab96c521b49e50fdf85abf0fd221ae7 authored about 7 years ago
Merge pull request #14 from infection/exclude-tests

Warn users about excluding test files

github.com/infection/site - 553487c7cd9686bf02eba0d3b33b80960d2045ac authored about 7 years ago
Remove tests/test folders with infection is run for root directory. Warn users about excluding test suite from mutating (#117)

github.com/infection/infection - 7823492320564066f71ab7100816bbb6905bf083 authored about 7 years ago
Warn users about excluding test files

github.com/infection/site - 75c753dc6c026beb117c63e5f291d4e391f93ff0 authored about 7 years ago
fix small typos (#116)

github.com/infection/infection - 5b08d3b98369fbe8432be0335d7fa92f2f20c219 authored about 7 years ago
Removes existing phpunit printers (#110)

Not using the default printerClass causes infection to not work. This
removes that attribute so...

github.com/infection/infection - f1ebd5b28744bf68a6eb4d5280e30748e55d1596 authored about 7 years ago
Fix phpdbg issue caused by xdebug disabling feature (#107)

github.com/infection/infection - 610527ece6502d611cc23e697dc5cecc7762e7aa authored about 7 years ago
Parse only PHP files by default (#105)

github.com/infection/infection - 69551ba366ca116e56178a8f3c10416e75e1b91f authored about 7 years ago
Add credits (#102)

* Update README.md

* Update README.md

* Update README.md

github.com/infection/infection - 738759a75187fd359b3abf69f3f5be9c6cac2926 authored about 7 years ago
Pass (no) ansi flags to restart command (#100)

Closes #99

github.com/infection/infection - cbdc0b791b8747b098fb78b42752f9cea9ba4375 authored about 7 years ago
Add test for PHPSpec config builder with custom bootstrap

github.com/infection/infection - c4454f294f158f4ba20d6c67ec92cfc408194753 authored about 7 years ago
added semicolon to original bootstrap file (#98)

github.com/infection/infection - 31e669f14399b9747270cbe913caa0c77372bf72 authored about 7 years ago
Merge pull request #13 from localheinz/fix/typo

Fix: Typo

github.com/infection/site - d7111a817c986f9e6050e093dcb31b617e3d5c07 authored about 7 years ago
Update version

github.com/infection/site - d12e5a105fcd62033c5cf797c038ce4baaf05642 authored about 7 years ago
Update changelog

github.com/infection/infection - 25099a133606ae74b8421d39184328a740243d42 authored about 7 years ago
Use phpstan config while analyzing code

github.com/infection/infection - 6c237470a268196f82df70179d1a57d0e6cdfa57 authored about 7 years ago
Use --level=2 for PHPStan, upgrade to 0.9.1

github.com/infection/infection - c8d748431b6aefe49021bcdf71b74ebe7b28e18c authored about 7 years ago
Compatibility with Symfony 4 (#71)

* Add symfony 4.0 component compatibility

* Update build config to test higher and lower comp...

github.com/infection/infection - dbe910f2ba9fd3ba64dc544313ebfcf75cd37aaf authored about 7 years ago
Remove unneccessary spaces from Logo

github.com/infection/infection - 5dd32d2a6301e3eddda78932b82b959a06a22632 authored about 7 years ago
Parse each source file just 1 time, cache original file AST (Fixes #95)

* Cache original statements (AST) in order to improve performance by cloning AST before mutatiin...

github.com/infection/infection - 44cd016a9f72d56ff3168eb2552ae435ee9f1d46 authored about 7 years ago
Update README.md

github.com/infection/infection - 8df382d9179de38da59cfa16e991fd85071d8316 authored about 7 years ago
Fix issue with when custom path for test framework exists (#93)

github.com/infection/infection - e0306a34f4d71ff337e18fd6d5bd50d1b08689bd authored about 7 years ago
Disable xdebug for all php processes except code coverage generator (#85)

github.com/infection/infection - 47c8350d11ea100184ac20fcd8eb85be2c78194a authored about 7 years ago
Merge pull request #12 from Landerstraeten/patch-1

Add comma separated files filter

github.com/infection/site - ad8de826e649474c8c938860c40cb00d5b0dde4d authored about 7 years ago
Add comma separated files filter

github.com/infection/site - 2eb4c9e63e9cb3bb30b7f15a7bdab5725cf98ff8 authored about 7 years ago
Add comma separated files filter (#84)

github.com/infection/infection - 7d738bf15995d44fe2f930d61cc4b33cfdddd1fe authored about 7 years ago
Do not interrupt Infection when Test Framework version can not be parsed, use "unknown" instead. Update RegExp to cover another possible PHPUnit version

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

github.com/infection/infection - fb3bb61ef1f8dcd41685e291acb0bfae6d65b2a7 authored about 7 years ago
Update version

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

github.com/infection/site - 8bfdc909366b0c502fd7a5972635aef9693f273f authored about 7 years ago
Update changelog

github.com/infection/infection - 3baf578a08191d695b545f2278dc4b619372b1cb authored about 7 years ago
Do not return path of config file when dir is expected. (#82)

* Do not return path of config file when dir is expected. When config is located in ".", we shou...

github.com/infection/infection - 1db2197cd7e82e8b9dd34ca1ca4c7be263884ff7 authored about 7 years ago
Improve the order script execution for travis (#81)

github.com/infection/infection - 92ca8360c89eff5cdd2941d89c09b3d45cf19274 authored about 7 years ago
Console logger output format to be compatible with TextFile logger format (#80)

* Change Console logger output format to be compatible with TextFile logger

* Add test when s...

github.com/infection/infection - e287f332fe5070b482ec44e6feb462b35a7cbdf4 authored about 7 years ago
Update version

github.com/infection/site - 6e8ed2cee8b22b26272d041886be8acd78978963 authored about 7 years ago
Update CHANGELOG.md

github.com/infection/infection - d9c748d4bf6f706359261b2b9e377ef003212aac authored about 7 years ago
Update changelog

github.com/infection/infection - e01ff0cb56835ae66659a3ffe633051ed558a820 authored about 7 years ago
Add Infection ASCII logo

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

github.com/infection/infection - c5228b4a1c02749013e7dfe4ba9035fbfe0020be authored about 7 years ago
Reuse Parser, Lexer, PrettyPrinter since their instantiation is quite an expensive thing according to Nikic article. Do not pretty print the same file more than once: added cache. (#76)

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

github.com/infection/infection - f81b31a7c5607ced68d03232e53ae374320b38ad authored about 7 years ago
Correctly add bootstrap attribute to phpunit.xml if it is absent. Fixes #74 (#77)

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

github.com/infection/infection - 25ec53d1b2bc92244c78f6e1533963d1caa4f11f authored about 7 years ago
Improve coding style (#73)

Rewrite overcomplex statements
Add missing types
Rename variables

github.com/infection/infection - 71062b7fbb038de8140956dc0cdb5105a6d476d3 authored over 7 years ago
Small code cleanup changes (#70)

* Use end of line const

* Make it a final class

* Add missing types

* Add missing types...

github.com/infection/infection - a7854fb9ef7918797e07b4849b487aa7d3eeec99 authored over 7 years ago
Decouple hardcoded use of phpunit framework (#58)

github.com/infection/infection - fa21fc2702709083ee814e0a1c5897d188eb14d2 authored over 7 years ago
Add PHP 7.2 to Travis and AppVeyor matrix (#69)

github.com/infection/infection - d78d10fe196fb655c1d339f025406c291ca5b61f authored over 7 years ago
Merge pull request #11 from pierredup/patch-1

Add installation notes for Homebrew

github.com/infection/site - d42732b711272c92eb5f1386e1b26a688aedd3fe authored over 7 years ago
Show correct type of error message for CI flags (#68)

* Show correct type of error message for CI flags

* Extracted duplicate strings

* Made php...

github.com/infection/infection - 1065f13452a2a317e0c6d592dc619a210092f25e authored over 7 years ago
Add installation notes for Homebrew

github.com/infection/site - cf9564430df98510937fdf8c5cb3e5cc7a9a729b authored over 7 years ago
Mark test with Fatal Error as failed and such Mutant as killed. Fixes #60 (#62)

github.com/infection/infection - a06f9f3bce4eacf46bcc91f89a1fe7333fb5d737 authored over 7 years ago
Show fatal errors in the console and file logs (#64)

* Show fatal errors in the console and file logs

* Increase MSI threshold on Travis

* Remo...

github.com/infection/infection - b0270cbce79bd1c43e4c8fce965e2e0b43000a89 authored over 7 years ago
Skip `composer config bin-dir` check if custom path exists (#66)

github.com/infection/infection - 133584bf9853fd6c246028823c33a64f6b90307b authored over 7 years ago
Display test framework output when initial tests fail (#65)

github.com/infection/infection - 80fd98678a85dd5aa7980672ba7f2fa3c7c793d2 authored over 7 years ago
Update just 'path' and 'output' keys for PHPSpec config instead of overriding the whole container. Fixes #57 (#59)

github.com/infection/infection - 0fb48afd2fd80d740e535939a8073e4909e97306 authored over 7 years ago
Merge pull request #10 from sidz/patch-1

Add log-verbosity option

github.com/infection/site - f2c7b3cc5458755bf355347b505a9c22962d61c4 authored over 7 years ago
Add Log verbosity (#56)

* Add Log verbosity

* use final class instead of interface for LogVerbosity constants

* Im...

github.com/infection/infection - 18bb1d866baca816c73c2621ce8b5315b361ac5b authored over 7 years ago
Add log-verbosity option

github.com/infection/site - dc5e51eb6d384a258fb3bdf35e2b1140f1c7c868 authored over 7 years ago
Merge pull request #8 from zf2timo/master

Fixed Typo in index.md

github.com/infection/site - e8e46583128f68fd8cb3ce460409152302afd4b5 authored over 7 years ago
Add Medium post

github.com/infection/site - be4372d7de715aa15e7b71c1653c0e722b32ff57 authored over 7 years ago
Remove duplicate mutator

github.com/infection/site - f25edb494538c0a72f370a5881eb91d48e277990 authored over 7 years ago
Update changelog

github.com/infection/infection - f7073d12b9939bf35d0cc8728397f41d5c3d4426 authored over 7 years ago
Add new mutators to documentation

github.com/infection/site - 796e6fa1215e6d89e80a212fff71cc1f77445ccd authored over 7 years ago
Merge pull request #5 from infection/phpdbg

Update documentation to mention phpdbg

github.com/infection/site - 00cdc35c6b279d9d86bd7ab3d98f8de053fee520 authored over 7 years ago
Compatibility with PHPUnit 6.4 (#49)

* Compatibility with PHPUnit 6.4

The `Differ` class in sebastian/diff 2.0 is `final`, so usin...

github.com/infection/infection - df190cba01059b7b4c7a61aa7c81cce0e1e7de2b authored over 7 years ago
Add Break-Continue mutators (#51)

* Add Break-Continue mutators

* fix psr issues

* avoid modification in the switch operator

github.com/infection/infection - 710dce81ba7cc319c15acdcb3d599a271e4c3179 authored over 7 years ago
Zero iteration mutator (#52)

github.com/infection/infection - 908032af91b27b23eb6882dc18db030578d4d041 authored over 7 years ago
Update index.md

github.com/infection/site - cacb11774867f92c9feaa50702315e0596cf25f3 authored over 7 years ago