Changeset 49696 for trunk/tests/phpunit/includes/testcase-ajax.php
- Timestamp:
- 11/25/2020 04:09:41 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-ajax.php
r48998 r49696 150 150 $this->_error_level = error_reporting(); 151 151 error_reporting( $this->_error_level & ~E_WARNING ); 152 153 // Make some posts.154 self::factory()->post->create_many( 5 );155 152 } 156 153
Note: See TracChangeset
for help on using the changeset viewer.