jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Uncaught exception 'Mockery\Exception\NoMatchingExpectationException' #28

Closed anouarabdsslm closed 8 years ago

anouarabdsslm commented 9 years ago

I get this error when I run my tests:

PHP Fatal error: Uncaught exception 'Mockery\Exception\NoMatchingExpectationException' with message 'No matching handler found for Mockery_0_Illuminate_Config_Repository::get('services.rollbar'). Either the method was unexpected or its arguments matched no expected argument list for this method

Any help guys

jenssegers commented 8 years ago

Are you mocking the laravel configuration?