rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Fix Issue #8 Composer RuntimeException, Set up PHPUnit, Travis-CI #28

Closed jimthedev closed 10 years ago

jimthedev commented 10 years ago

Fixes #8, Composer RuntimeException Adds PHPUnit, Mockery dependencies to composer Adds code coverage export option to PHPUnit xml Adds folders to hold code coverage report on build Adds a first example test of the UserController@create method. Adds a working travis-ci config file for PHP 5.3, 5.4, 5.5: My fork is building here: https://travis-ci.org/jcummins/L4withSentry

rydurham commented 10 years ago

This is brilliant - thanks!