diff options
| author | Brent Shaffer <bshafs@gmail.com> | 2015-08-27 03:19:25 +0300 |
|---|---|---|
| committer | Brent Shaffer <bshafs@gmail.com> | 2015-08-27 03:19:25 +0300 |
| commit | 1b2dcde189593c6baa92fffd667d314afa666b24 (patch) | |
| tree | 7fb1b706f9e18b0b69350601aa953332b1f2acb7 /test | |
| parent | b60dda2a125b3bf83f8d9791b82ad1f2a708e6ba (diff) | |
| download | oauth2-server-php-1b2dcde189593c6baa92fffd667d314afa666b24.tar.xz | |
skipping all dynamodb tests in travis
Diffstat (limited to 'test')
| -rwxr-xr-x | test/lib/OAuth2/Storage/Bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/OAuth2/Storage/Bootstrap.php b/test/lib/OAuth2/Storage/Bootstrap.php index 7497bed..efb6644 100755 --- a/test/lib/OAuth2/Storage/Bootstrap.php +++ b/test/lib/OAuth2/Storage/Bootstrap.php @@ -4,7 +4,7 @@ namespace OAuth2\Storage; class Bootstrap { - const DYNAMODB_PHP_VERSION = '5.5'; + const DYNAMODB_PHP_VERSION = 'none'; protected static $instance; private $mysql; |
