File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
tests/Hyperwallet/Tests/Model Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ public function getDescription() {
176176 */
177177 public function setDescription ($ description ) {
178178 $ this ->notes = $ description ;
179- $ this ->description = $ description ;
180179 return $ this ;
181180 }
182181
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ public function testGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIs
5858 * @param string $property The property to look for
5959 */
6060 public function testGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIsNotSet ($ property ) {
61+
62+ if ($ property === 'description ' ) {
63+ // skip deprecated field
64+ return ;
65+ }
6166 $ this ->performGetterAndSetterReturnValueIsSetIfValueIsProvidedAndDefaultIsNotSetTest ($ property );
6267 }
6368
You can’t perform that action at this time.
0 commit comments