| 
                                
                                    @@ 257-259 (lines=3) @@
                                 | 
                            
                                                            
                                    | 254 | 
                                     | 
                                        { | 
                                
                                                            
                                    | 255 | 
                                     | 
                                            preg_match_all('/([0-9]+) assertions/', $outputBuffer, $matches); | 
                                
                                                            
                                    | 256 | 
                                     | 
                                     | 
                                
                                                            
                                    | 257 | 
                                     | 
                                            if (isset($matches[1][0])) { | 
                                
                                                            
                                    | 258 | 
                                     | 
                                                $this->chunkResults->incrementNumAssertions((int) $matches[1][0]);  | 
                                
                                                            
                                    | 259 | 
                                     | 
                                            }  | 
                                
                                                            
                                    | 260 | 
                                     | 
                                     | 
                                
                                                            
                                    | 261 | 
                                     | 
                                            preg_match_all('/Assertions: ([0-9]+)/', $outputBuffer, $matches); | 
                                
                                                            
                                    | 262 | 
                                     | 
                                     | 
                                
                                                                                
                                 | 
                                
                                    @@ 263-265 (lines=3) @@
                                 | 
                            
                                                            
                                    | 260 | 
                                     | 
                                     | 
                                
                                                            
                                    | 261 | 
                                     | 
                                            preg_match_all('/Assertions: ([0-9]+)/', $outputBuffer, $matches); | 
                                
                                                            
                                    | 262 | 
                                     | 
                                     | 
                                
                                                            
                                    | 263 | 
                                     | 
                                            if (isset($matches[1][0])) { | 
                                
                                                            
                                    | 264 | 
                                     | 
                                                $this->chunkResults->incrementNumAssertions((int) $matches[1][0]);  | 
                                
                                                            
                                    | 265 | 
                                     | 
                                            }  | 
                                
                                                            
                                    | 266 | 
                                     | 
                                     | 
                                
                                                            
                                    | 267 | 
                                     | 
                                            preg_match_all('/Failures: ([0-9]+)/', $outputBuffer, $matches); | 
                                
                                                            
                                    | 268 | 
                                     | 
                                     |