Browse Source

Merge pull request #68 from nafiesl/parallel_test_feature

Parallel test feature
pull/71/head
Nafies Luthfi 5 years ago
committed by GitHub
parent
commit
ed6b756c41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml
  2. 2
      README.id.md
  3. 2
      README.md
  4. 2
      composer.json
  5. 835
      composer.lock
  6. BIN
      public/screenshots/pmo-testing-01.jpg

2
.travis.yml

@ -10,4 +10,4 @@ before_script:
- php artisan key:generate
script:
- vendor/bin/phpunit
- php artisan test --parallel

2
README.id.md

@ -119,7 +119,7 @@ Jika ingin berkontribusi terhadap project ini, baik untuk membuat *Issue*, usula
#### Automated Testing
```bash
$ vendor/bin/phpunit
$ php artisan test --parallel
```
![Free PMO Testing](public/screenshots/pmo-testing-01.jpg)

2
README.md

@ -121,7 +121,7 @@ If you want to contribute to this project, by creating *Issue*, new feature prop
#### Automated Testing
```bash
$ vendor/bin/phpunit
$ php artisan test --parallel
```
![Free PMO Testing](public/screenshots/pmo-testing-01.jpg)

2
composer.json

@ -24,11 +24,13 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.1",
"brianium/paratest": "^6.2",
"fzaninotto/faker": "^1.4",
"johnkary/phpunit-speedtrap": "^3.0",
"laravel/legacy-factories": "^1.1",
"luthfi/simple-crud-generator": "dev-master",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.3",
"phpunit/phpunit": "^9.0"
},
"autoload": {

835
composer.lock
File diff suppressed because it is too large
View File

BIN
public/screenshots/pmo-testing-01.jpg

Before

Width: 658  |  Height: 355  |  Size: 36 KiB

After

Width: 819  |  Height: 289  |  Size: 40 KiB

Loading…
Cancel
Save