Skip to content

Commit

Permalink
Add README instructions for running tests & contributing.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 6, 2013
1 parent 1a35f25 commit b63f9be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/README.md
Expand Up @@ -22,6 +22,21 @@ a starting point. For existing applications you can add the following to your

And run `php composer.phar update`

## Running tests

You can run the tests for cakephp by doing the following:

1. Install dependencies and generate the autoloader with `composer`. In the root of
the project run `php composer.phar install`.
2. Copy `phpunit.xml.dist` to `phpunit.xml`
3. Add the relevant database credentials to your phpunit.xml if you want to run tests against
a non-SQLite datasource.
4. Run `vendor/bin/phpunit --stderr`

## Contributing

See CONTRIBUTING.md for more information.

Some Handy Links
----------------

Expand Down

0 comments on commit b63f9be

Please sign in to comment.