/twitter-clone

For demoing integration test in Laravel

Primary LanguagePHP

This project is for case study for learning integration test in Laravel. For the tutorial (in Bahasa Indonesia), you can see it in here

Installation

  • composer install
  • Setup .env, make sure you use different database in DB_CONNECTION and DB_CONNECTION_TEST
  • php artisan migrate --seed --database=mysql_test to initialize tables in testing db

Testing

  • Run vendor/bin/phpunit