| Conditions | 1 |
| Paths | 1 |
| Total Lines | 18 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 57 | public function deserializationProvider() { |
||
| 58 | return array( |
||
| 59 | array( |
||
| 60 | new UnknownResourceNode('Douglas Adams', array( |
||
| 61 | 'type' => 'resource', |
||
| 62 | 'value' => 'Douglas Adams', |
||
| 63 | 'value-type' => 'ddd', |
||
| 64 | 'foo' => array('bar') |
||
| 65 | )), |
||
| 66 | array( |
||
| 67 | 'type' => 'resource', |
||
| 68 | 'value' => 'Douglas Adams', |
||
| 69 | 'value-type' => 'ddd', |
||
| 70 | 'foo' => array('bar') |
||
| 71 | ) |
||
| 72 | ), |
||
| 73 | ); |
||
| 74 | } |
||
| 75 | } |
||
| 76 |