Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 30, 2013
1 parent fbe1500 commit 9375019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.h
too. This is used to "clean" your Pull Request before merging it (we don't want
commits such as `fix tests`, `fix 2`, `fix 3`, etc.).

Also, while creating your Pull Request on GitHub, you MUST write a description
which gives the context and/or explains why you are creating it.

Thank you!
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
syntaxCheck="false"
bootstrap="./Tests/bootstrap.php">
<testsuites>
<testsuite name="BazingaExposeTranslationBundle Test Suite">
<testsuite name="BazingaJsTranslationBundle Test Suite">
<directory suffix="Test.php">./Tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 9375019

Please sign in to comment.