A lot of the programmable functions getMetadata, savePoster, insert new records etc are open to failure without some form of redundancy.
Suggest adding unit tests to roboust test all functionality and drive development to fix any bugs and holes in the code.
- install phpunit
- setup unit tests
A lot of the programmable functions getMetadata, savePoster, insert new records etc are open to failure without some form of redundancy.
Suggest adding unit tests to roboust test all functionality and drive development to fix any bugs and holes in the code.