Applied fixes from StyleCI
This commit is contained in:
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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user