Changeset 46806
- Timestamp:
- 11/29/2019 10:15:31 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r46801 r46806 95 95 } elseif ( is_string( $function[0] ) ) { 96 96 // Static calling. 97 return $function[0] . $function[1];97 return $function[0] . '::' . $function[1]; 98 98 } 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.