Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afjlambert committed Jun 12, 2012
2 parents f8c7be0 + 83e58ff commit 0b339f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ you plan to build your own bundle. [Fork or clone this bundle](#forkclone-the-bu
* uses [Composer](http://getcomposer.org/doc/) for dependancy management
* uses [Travis CI](http://about.travis-ci.org/docs/) as a build bot for continuous integration
* conforms ([and includes](#code-standards-fixer)) [coding standards](http://symfony.com/doc/current/contributing/code/standards.html) by using [fabpot/PHP-CS-Fixer](https://github.com/fabpot/PHP-CS-Fixer)
* comes with [unittests](http://symfony.com/doc/current/book/testing.html) (including [Functional tests](http://symfony.com/doc/current/cookbook/testing/doctrine.html#functional-testing))
* comes with [unittests](http://symfony.com/doc/current/book/testing.html) (including [Functional tests](http://symfony.com/doc/current/cookbook/testing/doctrine.html#functional-testing) and code-coverage)
* the [directory tree structure](http://symfony.com/doc/current/cookbook/bundles/best_practices.html) advised by Symfony
* has [documentation examples](https://github.com/LilaConcepts/LilaConceptsBestPracticeBundle/blob/master/Resources/doc/index.rst) based [on reStructuredText](http://symfony.com/doc/current/contributing/documentation/format.html)
* uses [Twig](http://twig.sensiolabs.org/) for [templating](http://symfony.com/doc/current/cookbook/templating/index.html)
Expand Down Expand Up @@ -184,7 +184,7 @@ curl -s http://getcomposer.org/installer | php
php composer.phar install
```

You should be able to [unittest the bundle](#unittest-the-bundle) now.
You should be able to [unittest the bundle](#unit--test-the-bundle) now.

Fork/clone the Bundle for your own use
--------------------------------------
Expand Down

0 comments on commit 0b339f5

Please sign in to comment.