Index: trunk/phase3/tests/phpunit/includes/Providers.php |
— | — | @@ -32,8 +32,8 @@ |
33 | 33 | public function DaysMonths() { |
34 | 34 | $ret = array(); |
35 | 35 | |
36 | | - $months = self::Months(); |
37 | | - $days = self::Days(); |
| 36 | + $months = $this->Months(); |
| 37 | + $days = $this->Days(); |
38 | 38 | foreach( $months as $month) { |
39 | 39 | foreach( $days as $day ) { |
40 | 40 | $ret[] = array( $day[0], $month[0] ); |