Changeset 42343 for trunk/tests/phpunit/tests/formatting/SanitizePost.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizePost.php
r35242 r42343 10 10 */ 11 11 function test_int_fields() { 12 $post = self::factory()->post->create_and_get();12 $post = self::factory()->post->create_and_get(); 13 13 $int_fields = array( 14 14 'ID' => 'integer',
Note: See TracChangeset
for help on using the changeset viewer.