| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function processProvider() |
||
| 24 | { |
||
| 25 | return array( |
||
| 26 | array($this->getTestWithSingleWarning(), 1), |
||
| 27 | array($this->getTestWithSingleError(), 0), |
||
| 28 | array($this->getTestWithParserRegression(), 0), |
||
| 29 | array($this->getTestWith2Errors2Failures(), 0), |
||
| 30 | array($this->getTestWithAllGreen(), 0), |
||
| 31 | array($this->getTestWithAllGreen5(), 0), |
||
| 32 | array($this->getTestWithFatalError(), 0), |
||
| 33 | ); |
||
| 34 | } |
||
| 35 | } |
||
| 36 |