tripteki/laravelphp-test

Trip Teknologi's Codebase Convention

Installs: 306

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tripteki/laravelphp-test

1.0.0 2022-12-12 22:32 UTC

This package is auto-updated.

Last update: 2025-09-13 04:57:39 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