| Conditions | 1 |
| Paths | 1 |
| Total Lines | 35 |
| Code Lines | 18 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | public function dataForProcessedConfiguration() |
||
| 23 | { |
||
| 24 | return array( |
||
| 25 | // dataset #0 |
||
| 26 | array( |
||
| 27 | array(), |
||
| 28 | array( |
||
| 29 | 'content_type_listener' => array( |
||
| 30 | 'decoders' => array( |
||
| 31 | 'json' => 'api_validator.decoder.json', |
||
| 32 | ), |
||
| 33 | ), |
||
| 34 | ), |
||
| 35 | ), |
||
| 36 | // dataset #1 |
||
| 37 | array( |
||
| 38 | array( |
||
| 39 | 'api_validator' => array( |
||
| 40 | 'content_type_listener' => array( |
||
| 41 | 'decoders' => array( |
||
| 42 | 'json' => 'api_validator.decoder.json', |
||
| 43 | ), |
||
| 44 | ), |
||
| 45 | ), |
||
| 46 | ), |
||
| 47 | array( |
||
| 48 | 'content_type_listener' => array( |
||
| 49 | 'decoders' => array( |
||
| 50 | 'json' => 'api_validator.decoder.json', |
||
| 51 | ), |
||
| 52 | ), |
||
| 53 | ), |
||
| 54 | ), |
||
| 55 | ); |
||
| 56 | } |
||
| 57 | } |
||
| 58 |