CheckLocalizationCommand and PhpUnit command small fixes. Pull
request #174, #160.
This commit is contained in:
parent
43e4117e04
commit
bc63e2348e
2 changed files with 29 additions and 22 deletions
|
|
@ -179,9 +179,12 @@ class PhpUnitResultJunit extends PhpUnitResult
|
|||
return $suites;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $description
|
||||
*/
|
||||
private function internalProblem($description)
|
||||
{
|
||||
throw new \Exception($description);
|
||||
throw new \RuntimeException($description);
|
||||
|
||||
// alternative to error throwing: append to $this->errors
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue