- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r46586 r48100 22 22 * @since 5.1.0 23 23 * 24 * @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table $instanceMocked class instance.24 * @return PHPUnit_Framework_MockObject_MockObject|WP_Privacy_Requests_Table Mocked class instance. 25 25 */ 26 26 public function get_mocked_class_instance() { … … 92 92 * 93 93 * @param string $request The complete SQL query. 94 * @return string $requestThe complete SQL query.94 * @return string The complete SQL query. 95 95 */ 96 96 public function filter_posts_request( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.