tripteki / laravelphp-test
Trip Teknologi's Codebase Convention
1.0.0
2022-12-12 22:32 UTC
Requires
- php: ^8.0.2
- ext-xdebug: *
- fakerphp/faker: ^1.20.0
- laravel/dusk: ^7.1.0
- mockery/mockery: ^1.5.1
- nunomaduro/collision: ^6.3.1
- phpunit/phpunit: ^9.5.25
README
Trip Teknologi's Codebase Convention.
Getting Started
Installation :
$ composer require --dev tripteki/laravelphp-test
How to use :
- Publish
phpunit.xml
file in the root of your project's directory with running :
php artisan vendor:publish --tag=tripteki-laravelphp-test
- Publish functional test needed files :
php artisan dusk:install
Usage
php artisan test --coverage
Author
- Trip Teknologi (@tripteki)
- Hasby Maulana (@hsbmaulana)