mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Cog

What is Cog?

Cog is Mothership's Symfony-based PHP framework.

What services does Cog define?

Cog defines the following services on the service container. Don't overwrite any of these in your application unless you want to replace the functionality of this service with your own class.

What global events does Cog fire?

Running tests

To execute all tests run phpunit in the root of the site.

You can run tests for individual components by running phpunit --testsuite <componentname>

e.g phpunit --testsuite Routing or phpunit --testsuite Application

Build Status