Edit report at https://pear.php.net/bugs/bug.php?id=19960&edit=1
ID: 19960
Updated by: ken@linux.ie
Reported By: david@lomaxhouse.com
Summary: mother's day incorrectly reported as a holiday
Status: Open
Type: Bug
Package: Date_Holidays_EnglandWales
Operating System: Ubuntu 12.04
Package Version: 0.1.4
PHP Version: 5.3.10
-Assigned To:
+Assigned To: kguest
Roadmap Versions:
New Comment:
-Assigned To:
+Assigned To: kguest
Previous Comments:
------------------------------------------------------------------------
[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.
------------------------------------------------------------------------