Migrate unit-tests from PHPUnit to CodeCeption ?
Data
| Framework | Codeception | PHPUnit |
|---|---|---|
| Stars | 3 701 | 13 749 |
| Forks | 1 233 | 1 715 |
| Contributors | 576 | 354 |
| Répartitions des commits | Insights CodeCeption | Insights PHPUnit |
| Année de naissance | 2012 | 2006 |
| Questions SO | 1 253 | 8 000 |
| Gouvernance collégiale | oui | non |
Usefull links
- Migrating from PHPUnit to CodeCeption: PHPUnit Assertions (note that DavertMik is the creator of CodeCeption)
- From Codeception doc: Unit & Integration Tests:
Codeception uses PHPUnit as a backend for running its tests. Thus, any PHPUnit test can be added to a Codeception test suite and then executed. If you ever wrote a PHPUnit test then do it just as you did before. Codeception adds some nice helpers to simplify common tasks.
- LibHunt CodeCeption vs PHPUnit
Edited by Matthieu FAURE