Skip to content

Commit

Permalink
Update README to reflect new include path
Browse files Browse the repository at this point in the history
  • Loading branch information
twalder-docnet committed Jun 18, 2015
1 parent 041c0f8 commit 72b20da
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,8 @@

Assuming you have PHPUnit installed and ready to roll... if not, [go here](https://phpunit.de) and do the thing! (like, install it!)

Grab the Google SDK
Run PHPUnit, passing in the SDK include path

```bash
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.21.zip
```

Unzip it and store the path

```bash
unzip google_appengine_1.9.21.zip -d ~/
SDK_HOME=~/google_appengine/php/sdk
```

Run PHPUnit, passing in the include path

```bash
phpunit -d include_path=$SDK_HOME
phpunit -d include_path=vendor/google/appengine-php-sdk/
```

0 comments on commit 72b20da

Please sign in to comment.