pondersource / oc-sciencemesh

Sciencemesh app for Own Cloud
MIT License
0 stars 1 forks source link

move OCM methods from RevaController to new OcmController, Cleaning up RevaController from Ocm Methods. #67

Open parhamin2010 opened 1 year ago

parhamin2010 commented 1 year ago

@michielbdejong could you please review this?

michielbdejong commented 1 year ago

You should also split out the relevant tests from tests/unit/controller/RevaControllerTest.php so that there is a 1-1 mapping between source files and test files.

Did you test this manually? Which tests did you do? It's OK if you only test this on Nextcloud (NRRN-testing), if it works there then we can assume it will also work on OC-10. And make sure to rebase the oc-10 branch after this is merged.