| Q |
A |
| PHPUnit version |
7.x |
| PHP version |
7.1 |
| Installation Method |
Composer |
When comparing values that happen to not be equal, phpunit might try to display a nice diff. If the values are large enough, a memory-efficient implementation is used to compute the diff (MemoryEfficientLongestCommonSubsequenceCalculator).
The diff algorithm can take hours to compute a diff on accidentally large strings.
When comparing values that happen to not be equal, phpunit might try to display a nice diff. If the values are large enough, a memory-efficient implementation is used to compute the diff (MemoryEfficientLongestCommonSubsequenceCalculator).
The diff algorithm can take hours to compute a diff on accidentally large strings.