Try ... public function test_MethodToTest() { $dependency = m::mock(); $dependency->shou...
Your code works fine for me, provided I give the the map-canvas div a real height. You're using a %...
Sentry has its own User model. Does your User model that, and if so, have you ensured that your Sent...
Exactly. It's the routes that should be protected - not the methods that they invoke.
$array1 = ... ; $array2 = ... ; $array3 = ... ; View::make('name-of-view', compact('array1', 'array2...
The Laravel portal for problem solving, knowledge sharing and community building.