Changeset 52010 for trunk/tests/phpunit/tests/formatting/sanitizePost.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/sanitizePost.php
r51623 r52010 9 9 * @ticket 22324 10 10 */ 11 function test_int_fields() {11 public function test_int_fields() { 12 12 $post = self::factory()->post->create_and_get(); 13 13 $int_fields = array(
Note: See TracChangeset
for help on using the changeset viewer.