Skip to content

Commit 67ac305

Browse files
authored
Merge pull request #5 from MaplePHP/develop
Fix some broken test
2 parents 3773eaf + b1faccd commit 67ac305

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

tests/unitary-dto-clock.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Begin by adding a test case
99
$unit->case("MaplePHP DTO Clock", callback: function () {
1010
$obj = Traverse::value([
11-
"date" => "2023-05-21 14:35:12",
11+
"date" => "2023-05-21 16:35:12",
1212
"birth" => "1988-08-21 14:35:12",
1313
]);
1414

@@ -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)