arkaitzgarro / elastic-apm-laravel

Laravel APM agent for Elastic v2 intake API
MIT License
79 stars 17 forks source link

chore(tests): add tests for collectors #91

Closed countless-integers closed 4 years ago

countless-integers commented 4 years ago

tests(unit.collectors): fix command collector test tests(unit.collector): stub for a framework collector test

arkaitzgarro commented 4 years ago

@countless-integers I added unit tests for all collectors but ScheduledTaskCollector. The events used by this collector are not available in Laravel 5.5 (this is the default version we install for development) and the tests will fail. It would be really nice if we could install different versions of Laravel and run the suite for each version...