calinrada / PhalconUserPlugin

184 stars 68 forks source link

Updates to accomodate testing #22

Closed oligus closed 9 years ago

oligus commented 9 years ago

Altered the directory structure to be able to add tests, the library now resides in lib/ and updated composer to reflect that (needs to be tested):

"psr-4": { "Phalcon\\UserPlugin\\": "lib/" }

A new directory tests/ has been created for unit tests and a test has been created for the security plugin.

mizterp commented 9 years ago

I prefer this new directory structure