Skip to content

Commit

Permalink
Merge pull request #109 from maurobonfietti/1.18.0
Browse files Browse the repository at this point in the history
Version 1.18.0
  • Loading branch information
maurobonfietti authored Aug 31, 2020
2 parents f8960ed + 7d8ec8a commit e1c3aa2
Show file tree
Hide file tree
Showing 9 changed files with 695 additions and 439 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ Run all PHPUnit tests with `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.2.3 by Sebastian Bergmann and contributors.
PHPUnit 9.3.8 by Sebastian Bergmann and contributors.

............................................................... 63 / 63 (100%)
.............................................................. 62 / 62 (100%)

Time: 00:00.165, Memory: 18.00 MB
Time: 00:00.484, Memory: 18.00 MB

OK (63 tests, 388 assertions)
OK (62 tests, 386 assertions)
```


Expand Down
8 changes: 4 additions & 4 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ Ejecutar los tests PHPUnit con `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.2.3 by Sebastian Bergmann and contributors.
PHPUnit 9.3.8 by Sebastian Bergmann and contributors.

............................................................... 63 / 63 (100%)
.............................................................. 62 / 62 (100%)

Time: 00:00.165, Memory: 18.00 MB
Time: 00:00.484, Memory: 18.00 MB

OK (63 tests, 388 assertions)
OK (62 tests, 386 assertions)
```


Expand Down
Loading

0 comments on commit e1c3aa2

Please sign in to comment.