|
Ran
|
Jobs
3
|
Files
116
|
Run time
14min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/ff21c6e30">Audit uses of Node#getAttribute() + add missing file to PHP codebase In PHP, DOMNode#getAttribute() return '' if the attribute is not present, not null. Audit our uses and try to either explicitly use `|| ''` (which will ensure that PHP behaves the same was as JS) or use `hasAttribute` to explicitly test for the presence of the attribute. Changes have also been ported to PHP from JS. Also added src/Wt2Html/PP/Processors/AddMediaInfo.php which was missing. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/e1ae1df88">e1ae1df88</a>
9546 of 12004 branches covered (79.52%)
14859 of 17576 relevant lines covered (84.54%)
86128.85 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2368.1 | 0 |
84.54 |
Travis Job 2368.1 | |
| 2 | 2368.2 | 0 |
84.54 |
Travis Job 2368.2 | |
| 3 | 2368.3 | 0 |
84.54 |
Travis Job 2368.3 |