Skip to content

Commit d661e76

Browse files
committed
test: return test instance
1 parent 2db3b7f commit d661e76

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tests/unitary-dto-clock.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,6 @@
129129
"equal" => 'toukokuu'
130130
], "setDefaultLocale fi_FI: Failed");
131131

132-
});
132+
});
133+
134+
return $unit;

tests/unitary-dto-traverse.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,6 @@
443443
echo $this->listAllProxyMethods(\MaplePHP\DTO\Format\Num::class, "dom");
444444
*/
445445

446-
});
446+
});
447+
448+
return $unit;

0 commit comments

Comments
 (0)