Skip to content

Commit

Permalink
Merge pull request #306 from OskarStark/master
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
wysow committed Mar 3, 2015
2 parents fe129e2 + 3f8734f commit fcc3c3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -251,7 +251,7 @@ In your Symfony2 project, add to ``deps``:

# if you want to use Amazon S3
[aws-sdk]
git=https://github.com/aws/aws-sdk-php
git=https://github.com/aws/aws-sdk-php.git
```

And then, you can simply add them as services of your dependency injection container.
Expand Down Expand Up @@ -316,9 +316,11 @@ It will avoid skip a lot of tests.
In the Gaufrette root directory:

To check if classes specification pass:

$ php bin/phpspec run

To check basic functionality of the adapters (adapters should be configured you will see many skipped tests):

$ phpunit

Is it green?

0 comments on commit fcc3c3f

Please sign in to comment.