Skip to content

Latest commit

 

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