Skip to content

Commit d2f08f1

Browse files
committed
Improve tests
1 parent 1e2699b commit d2f08f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Api/TimeEntryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ public function testUpdateCallsPut()
294294
$response = 'API Response';
295295
$parameters = [
296296
'hours' => '10.25',
297+
'comments' => 'some text with xml entities: & < > " \' ',
297298
'custom_fields' => [
298299
[
299300
'id' => 1,

0 commit comments

Comments
 (0)