Skip to content

Files

Latest commit

d1e669e · Jul 28, 2019

History

History
12 lines (10 loc) · 240 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 240 Bytes

PHP (Laravel) Testing Guideline and Example

Introduction

  • Example in folder tests
  • Guideline document in folder docs

Running

composer install
cp phpunit.dist.xml phpunit.xml
./vendor/bin/phpunit