Edit report at https://pear.php.net/bugs/bug.php?id=19960&edit=1
ID: 19960
Updated by: [email protected]
Reported By: [email protected]
Summary: mother's day incorrectly reported as a holiday
-Status: Assigned
+Status: Closed
Type: Bug
Package: Date_Holidays_EnglandWales
Operating System: Ubuntu 12.04
Package Version: 0.1.4
PHP Version: 5.3.10
Assigned To: kguest
Roadmap Versions:
New Comment:
-Status: Assigned
+Status: Closed
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pear.php.net/get/
fixed in version 0.1.5 released 2014-01-20
Previous Comments:
------------------------------------------------------------------------
[2013-05-31 10:27:35] kguest
-Assigned To:
+Assigned To: kguest
------------------------------------------------------------------------
[2013-05-28 12:11:22] quitequick
Description:
------------
This package reports mother's day in 2013 as a holiday. It's not.
Test script:
---------------
$uk = &Date_Holidays::factory('EnglandWales', 2013, 'en_EN');
print_r($uk);
Expected result:
----------------
I expect not to see mother's day listed as a holiday.
Actual result:
--------------
Mother's day is listed as holiday.
------------------------------------------------------------------------