Applied fixes from StyleCI

This commit is contained in:
James Brooks
2015-10-05 09:18:41 -04:00
committed by StyleCI Bot
parent 5b897f18b9
commit 752d353900
@@ -71,6 +71,7 @@ class EventServiceProviderTest extends AbstractTestCase
$reflection = new ReflectionClass($class);
$property = $reflection->getProperty('listen');
$property->setAccessible(true);
return $property->getValue(new $class($this->app));
}
}