File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515/**
1616 * @covers SebastianBergmann\Diff\Differ
1717 *
18- * @uses SebastianBergmann\Diff\MemoryEfficientImplementation
19- * @uses SebastianBergmann\Diff\TimeEfficientImplementation
18+ * @uses SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator
19+ * @uses SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
2020 * @uses SebastianBergmann\Diff\Chunk
2121 * @uses SebastianBergmann\Diff\Diff
2222 * @uses SebastianBergmann\Diff\Line
Original file line number Diff line number Diff line change 1111namespace SebastianBergmann \Diff ;
1212
1313/**
14- * @covers SebastianBergmann\Diff\MemoryEfficientImplementation
14+ * @covers SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator
1515 */
1616class MemoryEfficientImplementationTest extends LongestCommonSubsequenceTest
1717{
Original file line number Diff line number Diff line change 1111namespace SebastianBergmann \Diff ;
1212
1313/**
14- * @covers SebastianBergmann\Diff\TimeEfficientImplementation
14+ * @covers SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
1515 */
1616class TimeEfficientImplementationTest extends LongestCommonSubsequenceTest
1717{
You can’t perform that action at this time.
0 commit comments