Changeset 51079 for trunk/tests/phpunit/tests/bookmark/getBookmark.php
- Timestamp:
- 06/07/2021 11:16:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/bookmark/getBookmark.php
r50936 r51079 229 229 230 230 /* 231 * For non-array output type, use asse tEquals. Why? The object pulled from cache will have the same232 * property values but will be a different object than the expected object.231 * For non-array output type, use assertEquals(). Why? The object pulled from the cache 232 * will have the same property values but will be a different object than the expected object. 233 233 */ 234 234 if ( is_object( $expected ) ) { … … 287 287 288 288 /* 289 * For non-array output type, use asse tEquals. Why? The object pulled from the database will have the same290 * property values but will be a different object than the expected object.289 * For non-array output type, use assertEquals(). Why? The object pulled from the database 290 * will have the same property values but will be a different object than the expected object. 291 291 */ 292 292 if ( is_object( $expected ) ) {
Note: See TracChangeset
for help on using the changeset viewer.