Skip to content
Snippets Groups Projects
Unverified Commit 87ff4a31 authored by Thomas Flori's avatar Thomas Flori
Browse files

fix code style

parent c968b45c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ class TestCase extends MockeryTestCase
return $path;
}
protected static function accessProtected($obj, $prop) {
protected static function accessProtected($obj, $prop)
{
$reflection = new \ReflectionClass($obj);
$property = $reflection->getProperty($prop);
$property->setAccessible(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment