We use PHPUnit to run the tests, located in `src/tests/` **Todo** - [ ] Move the tests in `/` **Classes that highly need testing** - [ ] All classes in `src/lib`: - [ ] Config - [x] Console - [ ] DB - [ ] File - [ ] Folder - [ ] Hash - [ ] Log - [x] Logger - [ ] Session - [x] Str - [ ] Router/Router - [ ] Console generators: - [ ] AllGenerator - [ ] ControllerGenerator - [ ] ModelsGenerator - [ ] ViewsGenerator
We use PHPUnit to run the tests, located in
src/tests/Todo
/Classes that highly need testing
src/lib: