9 | | 1. A failing case in the replace test: http vs https URLs in the expected result, seems like links to wordpress.org in PHP files were replaced to their secure counterparts but the po/mos were not touched, so the translation was not being found. |
10 | | 2. __construct vs setUp for initialization on the test case. |
| 9 | 1. A failing case in the replace test: http vs https URLs in the expected result, seems like links to wordpress.org in PHP files were replaced to their secure counterparts but the po/mos were not touched, so the translation was not being found |
| 10 | 2. construct vs setUp for initialization on the test case |