Skip to content

Commit

Permalink
Fix test suite
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Date_Holidays/trunk@321698 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Jan 2, 2012
1 parent bffaec7 commit c3cef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Date_Holidays_Driver_AustraliaNSW_TestSuite.php
Expand Up @@ -43,7 +43,7 @@ public static function data()
// 2012
$holidays[] = array("queensBirthday", 2012, array('day' => 11, 'month' => 6, 'year' => 2012));
$holidays[] = array("labourDay", 2012, array('day' => 1, 'month' => 10, 'year' => 2012));
$holidays[] = array("bankHoliday", 2011, array('day' => 6, 'month' => 8, 'year' => 2011)); // Applies to banks and certain financial institutions see Retail Trading Act 2008.
$holidays[] = array("bankHoliday", 2012, array('day' => 6, 'month' => 8, 'year' => 2012)); // Applies to banks and certain financial institutions see Retail Trading Act 2008.
$holidays[] = array("boxingDay", 2012, array('day' => 26, 'month' => 12, 'year' => 2012));

return $holidays;
Expand Down

0 comments on commit c3cef59

Please sign in to comment.