Skip to content

Commit

Permalink
upgrade composer.json description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine FOURNEL committed Jan 6, 2016
1 parent 2946b39 commit 2f7349d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "huitiemesens/functional-test-generator",
"description": "String transliterator",
"keywords": ["functional-test-generator", "generator"],
"description": "Generate skeleton functional test for symfony2 bundle",
"keywords": ["phpunit", "generator", "functional test", "symfony2 bundle"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
syntaxCheck="false"
bootstrap="Tests/bootstrap.php">
<testsuites>
<testsuite name="SitemapBundle Test Suite">
<testsuite name="Huitiemesens Functional test generator bundle Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 2f7349d

Please sign in to comment.