tripteki/laravelphp-test

Trip Teknologi's Codebase Convention

Maintainers

Package info

github.com/tripteki/convention-php-test

pkg:composer/tripteki/laravelphp-test

Statistics

Installs: 306

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2022-12-12 22:32 UTC

This package is auto-updated.

Last update: 2026-02-13 05:53:58 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