ozee31 / cakephp-cors

A CakePHP (3.3+) plugin for activate cors domain in your application
MIT License
43 stars 31 forks source link

Adds phpunit test structure and Travis build matrix (phpunit/phpcs) #4

Closed bravo-kernel closed 7 years ago

bravo-kernel commented 7 years ago

This PR:

You will need to do two things:

  1. enable Travis for this repo (if you have not already done that)
  2. fix the remaining phpcs errors by adding correct docblocks in CorsMiddleWare.php (I just added * PHPCS docblock fix needed!)
ozee31 commented 7 years ago

Good job, As soon as I have a little time I will take care of it.

bravo-kernel commented 7 years ago

Great, you will probably get some traffic since I added you to this blog post so I figured.. better make it look nice ;)

http://www.bravo-kernel.com/2017/03/how-to-make-your-cakephp-3-api-produce-jsonapi/

ozee31 commented 7 years ago

Yes, It was in my projects to test this plugin and add Travis. Think you for you post 👍