Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Refactor "ApiDocController" #96

Merged
merged 1 commit into from
Jun 10, 2018
Merged

Conversation

paulkarikari
Copy link
Member

  • Add integration test for ApiDocContoller
  • Refactor Service and TableMeta data access into repositories
  • Update PHP version requirement to ^7
  • Add Doc block to all modified files
  • Set timestamps attribute of TableMeta model to false
  • Bind the Repository interfaces to the respective implementation
    to the Dependency Injection Container at the AppServiceProvider's
    register method.
  • Change travis PHP requirement to 7.1.1
    Signed-off-by: Paul Karikari paulkarikari1@gmail.com

- Add integration test for ApiDocContoller
- Refactor Service and TableMeta data access into repositories
- Update PHP version requirement to ^7
- Add Doc block to all modified files
- Set timestamps attribute of TableMeta model to false
- Bind the Repository interfaces to the respective implementation
  to the Dependency Injection Container at the AppServiceProvider's
  register method.
- Change travis PHP requirement to 7.1.1
Signed-off-by: Paul Karikari <paulkarikari1@gmail.com>
@EDDYMENS EDDYMENS merged commit a11883e into DevlessTeam:refactor Jun 10, 2018
@EDDYMENS
Copy link
Member

All good and tests pass nicely @koficodes

paulkarikari added a commit to paulkarikari/DV-PHP-CORE that referenced this pull request Jun 11, 2018
- Add test to "getSchema" and "getTableMetaByServiceId"
  methods of "TableMetaRepository" class.
- Add test to "getAll" method of "ServiceRepository" class.
- Fix typo in "ApiDocController" doc block (see PR DevlessTeam#96)

Signed-off-by: Paul Karikari <paulkarikari1@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants