Roadmap
Version | Feature | Status |
---|---|---|
0.9.2 | Docker | DONE |
0.9.2 | Continuous Integration | DONE |
0.9.3 | Dependency management | DONE |
0.9.4 | In progress | |
0.9.5 | Symfony, Replace Simpletest with Codeception | IN PROGRESS |
1.0.0 | First 100% OpenSource release | PLANNED |
Migrate Simpletest unit tests and integration tests to PHPUnit, use PHPUnit for further unit testing code The latest simpletest release is from January 23rd, 2012. It's not longer maintained. It's not manageable by Composer. This is against our values and principles:
- We can't focus on writing the code that matters (business logic, product code) as we need to maintain our library for ourselves
- Does not encourage other developers collaboration as it uses legacy stack
- Is not managed by Composer
The solution is to use PHPUnit, which is stable, widely accepted, manageable by composer and plays well with other open source projects such as mocking libraries.
- 1.(Draft)
- 2.Backup
- 3.Download code
- 4.How to patch code
- 5.How to execute DB updates
- 6.How to verify that's working
- 7.How to rollback
- 8.How to submit bugs and get support
Last modified 10mo ago