Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPUnit: refactor internals for large-scale automation #12

Closed
epdenouden opened this issue Oct 6, 2019 · 1 comment
Closed

PHPUnit: refactor internals for large-scale automation #12

epdenouden opened this issue Oct 6, 2019 · 1 comment
Labels
challenge A challenge to be worked on during the hackathon php

Comments

@epdenouden
Copy link

epdenouden commented Oct 6, 2019

PHPUnit, the unit testing framework for PHP
Project website: https://phpunit.de/
Repository: https://github.com/sebastianbergmann/phpunit/

Challenge description
Development of PHP applications has changed a lot as frameworks and infrastructure matures. Applications and test collections have grown and continuous integration is mostly done on rented on-demand infrastructure.

As a result developer behaviour has shifted towards more of a "let the pipeline and auto-scalers sort it out", often resulting in very slow test collections that are only usable because of third party hosted pipelines like GitHub/Gitlab/Travis.

Related issues

@epdenouden epdenouden added the challenge A challenge to be worked on during the hackathon label Oct 6, 2019
@jfhovinne jfhovinne added the php label Oct 6, 2019
@jfhovinne
Copy link
Member

Closing, see #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge A challenge to be worked on during the hackathon php
Projects
None yet
Development

No branches or pull requests

2 participants