Changeset 45607 for trunk/tests/phpunit/wp-mail-real-test.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/wp-mail-real-test.php
r44563 r45607 54 54 55 55 // make sure we're installed 56 assert( true == is_blog_installed() );56 assert( true === is_blog_installed() ); 57 57 58 58 // phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase
Note: See TracChangeset
for help on using the changeset viewer.