|
Ran
|
Jobs
2
|
Files
86
|
Run time
1min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/wikimedia/parsoid/commit/f087d38f0">A whole bunch of tweaks to get this further along * Added Utils.php. * Remove "static" annotations for lots of functions that were non-static and used by constructed objects. * In Javascript foo.x and foo["x"] are equivalent. In PHP, where associative arrays are involved, you cannot use foo->x. You have to use foo["x"]. Till such time we construct native classes for where object fields are pre-known and pre-determined, for this initial experiment, let us continue to use associative arrays and consequently we have to use foo["x"] notation. * The JS code is adding a custom ".value" property for quote tokens instead of stuffing it as an attribute in the attribs array. This won't work with PHP. So, hacked that to stuff it into the attribs array via addAttribute during construction and changed QuoteTransformer accordingly. * Maybe a few additional minor tweaks. Change-Id: I</a><a class="double-link" href="https://github.com/wikimedia/parsoid/commit/dafbcaa5f">dafbcaa5f</a>
8920 of 10962 branches covered (81.37%)
14247 of 16550 relevant lines covered (86.08%)
51365.79 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2083.1 | 0 |
86.08 |
Travis Job 2083.1 | |
| 2 | 2083.2 | 0 |
86.08 |
Travis Job 2083.2 |