Skip to content

Commit dc68699

Browse files
committed
Update package
1 parent a256169 commit dc68699

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.editorconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
root = true
22

33
[*]
4-
end_of_line = lf
54
charset = utf-8
6-
trim_trailing_whitespace = true
7-
insert_final_newline = true
8-
indent_style = space
5+
end_of_line = lf
96
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
1010

1111
[*.yml*]
12-
indent_style = space
1312
indent_size = 2
13+
indent_style = space

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ Then install the dependencies through [Composer](https://getcomposer.org/):
4141
$ composer install
4242
```
4343

44-
Write code and tests. When you are ready, find the testing command in the [README](README.md) and execute it. (This is usually [PHPUnit](http://phpunit.de/) or [PHPSpec](http://phpspec.net/))
44+
Write code and tests. When you are ready, run the tests. (This is usually [PHPUnit](http://phpunit.de/) or [PHPSpec](http://phpspec.net/))
45+
46+
``` bash
47+
$ composer test
48+
```
4549

4650
When you are ready with the code, tested it and documented it, you can commit and push it with the following commands:
4751

0 commit comments

Comments
 (0)