mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Changes: * from `assertEquals()` to `assertSame()`. Why? To ensure both the return value and data type match the expected results. * the expected height and width from `string` to `integer` data types. Why integer? `getimagesize()` (within `wp_getimagesize()`) will return an integer for both height and weight. * adds the ticket annotation. * adds assertion failure messages. Why? To denote which assertion failed, which aids in debugging efforts. Follow-up to [55278]. Props costdev, peterwilsoncc, mukesh27, ankitmaru, hellofromTonya. See #56800, #57370. git-svn-id: https://develop.svn.wordpress.org/trunk@55467 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| e2e | ||
| gutenberg | ||
| performance | ||
| phpunit | ||
| qunit | ||
| visual-regression | ||