diff --git a/tests/Meritoo/Common/Test/Utilities/ReflectionTest.php b/tests/Meritoo/Common/Test/Utilities/ReflectionTest.php index 0f01b30..cee5154 100644 --- a/tests/Meritoo/Common/Test/Utilities/ReflectionTest.php +++ b/tests/Meritoo/Common/Test/Utilities/ReflectionTest.php @@ -270,7 +270,6 @@ class ReflectionTest extends BaseTestCase self::assertEquals($city, Reflection::getPropertyValue($f, 'city')); } - public function testGetPropertyValueWithPrivateGetter() { $accountBalance = 1000;