Changeset 44563
- Timestamp:
- 01/11/2019 06:07:50 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r44467 r44563 19 19 */ 20 20 define( 'OBJECT', 'OBJECT' ); 21 // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase 21 22 define( 'object', 'OBJECT' ); // Back compat. 22 23 -
trunk/tests/phpunit/wp-mail-real-test.php
r42343 r44563 56 56 assert( true == is_blog_installed() ); 57 57 58 // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase 58 59 define( 'PHPUnit_MAIN_METHOD', false ); 59 60 $original_wpdb = $GLOBALS['wpdb'];
Note: See TracChangeset
for help on using the changeset viewer.