| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function setProvider() |
||
| 20 | { |
||
| 21 | return array( |
||
| 22 | array('parser/parseSetCharset'), |
||
| 23 | array('parser/parseSetCharsetError'), |
||
| 24 | array('parser/parseSetCharacterSet'), |
||
| 25 | array('parser/parseSetCharacterSetError'), |
||
| 26 | array('parser/parseAlterTableSetAutoIncrementError'), |
||
| 27 | array('parser/parseSetNames'), |
||
| 28 | array('parser/parseSetNamesError'), |
||
| 29 | array('parser/parseSetError1'), |
||
| 30 | array('parser/parseInsertIntoSet') |
||
| 31 | ); |
||
| 34 |