tripteki/laravelphp-test

Trip Teknologi's Codebase Convention

1.0.0 2022-12-12 22:32 UTC

This package is auto-updated.

Last update: 2024-04-13 01:44:21 UTC


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