Skip to content

Commit

Permalink
Update TODO, reformat CONTRIBUTING and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baopham committed Jun 23, 2017
1 parent bd940d3 commit 0afcf1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
22 changes: 6 additions & 16 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,21 @@ Thank you for considering contributing to this library. Please make sure your co
Test
----

Starting DynamoDB Local:
> * DynamoDb local version: 2016-01-07_1.0
> * DynamoDb local schema for tests created by the [DynamoDb local shell](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.Shell.html) is located [here](dynamodb_local_schema.js)
Run the following commands:

```bash
$ java -Djava.library.path=./DynamoDBLocal_lib -jar dynamodb_local/DynamoDBLocal.jar --port 3000
# In a separate tab
$ ./vendor/bin/phpunit
```

or

```bash
composer --timeout=0 run dynamodb_local
```

* DynamoDb local version: 2016-01-07_1.0

* DynamoDb local schema for tests created by the [DynamoDb local shell](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.Shell.html) is located [here](dynamodb_local_schema.js)

Running PHPUnit:

```bash
./vendor/bin/phpunit
```

or

```bash
# In a separate tab
composer run-script test
```
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ Laravel ^5.1
TODO
----
- [ ] Support auto setting create/update timestamps
- [ ] Upgrade a few legacy attributes: `AttributesToGet`, `ScanFilter`, ...
License
Expand Down
2 changes: 1 addition & 1 deletion tests/DynamoDbTimestampTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Carbon\Carbon;

/**
* Class DynamoDbModelTest
* Class DynamoDbTimestampTest
*
* @package BaoPham\DynamoDb\Tests
*/
Expand Down

0 comments on commit 0afcf1e

Please sign in to comment.