svbackend / my-art-lib

Your own library of watched movies with crowd based recommendations and notifications about releases
https://mykino.top
GNU General Public License v3.0
2 stars 0 forks source link

Write tests for enqueue processors #45

Closed svbackend closed 6 years ago

svbackend commented 6 years ago

For now - we only know (from functional tests) that these background processors will be called, but to debug things inside them we'r using xdebug, and it's very important part of the application, so just write unit tests to be sure that all of them works as expecting

svbackend commented 6 years ago

For now - all processors tested. But I still need to improve some general logic