Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Testing Errors Troubleshooting

Ariel Vallese edited this page Nov 29, 2016 · 1 revision
1) SyncICalTest::it_syncs_ical_for_all_businesses
Mockery\Exception\InvalidCountException: Method sync() from Mockery_0_App_TG_Availability_ICalSyncService should be called
 exactly 1 times but called 2 times.

Make sure that your testing database is clean:

php artisan migrate:refresh --database=testing
php artisan db:seed --database=testing
Clone this wiki locally