Changes between Initial Version and Version 1 of Ticket #47863
- Timestamp:
- 08/11/2019 02:38:21 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47863 – Description
initial v1 5 5 will return an array that looks like this: 6 6 7 7 {{{ 8 8 ( 9 9 0 => '[unittest' … … 11 11 1 => 'link="https://unit.test/"]' 12 12 ) 13 13 }}} 14 14 15 15 rather than one that looks like this 16 16 17 17 {{{ 18 18 ( 19 19 'title' => 'unittest' 20 20 'link' => 'https://unit.test/' 21 21 ) 22 22 }}} 23 23 24 24 I've already created a patch for this. I will put it in two parts. First unit tests with a data provider of 6 unit test format examples. 5 out of 6 will fail. I will then include another patch that includes the unit tests plus the proposed fix to the function.