Changeset 35225 for trunk/tests/phpunit/tests/formatting/SanitizePost.php
- Timestamp:
- 10/16/2015 09:04:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizePost.php
r25002 r35225 10 10 */ 11 11 function test_int_fields() { 12 $post = $this->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.