bugsnag / bugsnag-symfony

BugSnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
https://docs.bugsnag.com/platforms/php/symfony
MIT License
43 stars 21 forks source link

Add Symfony 2 Maze Runner fixture #134

Closed imjoehaines closed 2 years ago

imjoehaines commented 2 years ago

Goal

Adds a new Symfony 2 fixture for the Maze Runner tests. This required a few changes to the tests as Symfony 2 uses different namespaces, e.g. classes are in the AppBundle namespace instead of App, by default

Comparison without the initial fixture creation: https://github.com/bugsnag/bugsnag-symfony/compare/8e81d1e6e1dcb023318eac10de2467e1eba3865a...symfony-2-fixture