Changeset 52010 for trunk/tests/phpunit/tests/date/theDate.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/date/theDate.php
r50291 r52010 89 89 * @ticket 33750 90 90 */ 91 function test_the_date() {91 public function test_the_date() { 92 92 ob_start(); 93 93 the_date(); … … 129 129 * @ticket 47354 130 130 */ 131 function test_the_weekday_date() {131 public function test_the_weekday_date() { 132 132 ob_start(); 133 133 the_weekday_date();
Note: See TracChangeset
for help on using the changeset viewer.