Changeset 35242 for trunk/tests/phpunit/tests/formatting/SanitizePost.php
- Timestamp:
- 10/17/2015 06:02:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizePost.php
r35225 r35242 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.