diff options
author | Derick Rethans <derick@php.net> | 2010-03-07 17:23:40 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2010-03-07 17:23:40 +0000 |
commit | 39a5cd563f3d2ab16a39b4bdc89cc12f9f1a0a06 (patch) | |
tree | 9b9746df457221cfd6881a2bd3923df07a8d8d76 | |
parent | e1afa750b955eca2cd6b6eb4accaddfafeae8688 (diff) | |
download | php-git-39a5cd563f3d2ab16a39b4bdc89cc12f9f1a0a06.tar.gz |
- Update test cases after the fix for bug #49778.
-rw-r--r-- | ext/date/tests/bug48678.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/bug48678.phpt b/ext/date/tests/bug48678.phpt index bf349412ba..896693463b 100644 --- a/ext/date/tests/bug48678.phpt +++ b/ext/date/tests/bug48678.phpt @@ -16,7 +16,7 @@ DateInterval Object [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => ) DateInterval Object ( @@ -27,5 +27,5 @@ DateInterval Object [i] => 30 [s] => 5 [invert] => 0 - [days] => 0 + [days] => ) |