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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with
573 additions and
270 deletions
-
.travis.yml
-
README.id.md
-
README.md
-
composer.json
-
composer.lock
-
BIN
public/screenshots/pmo-testing-01.jpg
|
|
|
@ -10,4 +10,4 @@ before_script: |
|
|
|
- php artisan key:generate |
|
|
|
|
|
|
|
script: |
|
|
|
- vendor/bin/phpunit |
|
|
|
- php artisan test --parallel |
|
|
|
@ -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 |
|
|
|
``` |
|
|
|
|
|
|
|
 |
|
|
|
@ -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 |
|
|
|
``` |
|
|
|
|
|
|
|
 |
|
|
|
@ -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": { |
|
|
|
|
Width: 658
|
Height: 355
|
Size: 36 KiB
Width: 819
|
Height: 289
|
Size: 40 KiB
|