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 15
15
/**
16
16
* @covers SebastianBergmann\Diff\Differ
17
17
*
18
- * @uses SebastianBergmann\Diff\MemoryEfficientImplementation
19
- * @uses SebastianBergmann\Diff\TimeEfficientImplementation
18
+ * @uses SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator
19
+ * @uses SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
20
20
* @uses SebastianBergmann\Diff\Chunk
21
21
* @uses SebastianBergmann\Diff\Diff
22
22
* @uses SebastianBergmann\Diff\Line
Original file line number Diff line number Diff line change 11
11
namespace SebastianBergmann \Diff ;
12
12
13
13
/**
14
- * @covers SebastianBergmann\Diff\MemoryEfficientImplementation
14
+ * @covers SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator
15
15
*/
16
16
class MemoryEfficientImplementationTest extends LongestCommonSubsequenceTest
17
17
{
Original file line number Diff line number Diff line change 11
11
namespace SebastianBergmann \Diff ;
12
12
13
13
/**
14
- * @covers SebastianBergmann\Diff\TimeEfficientImplementation
14
+ * @covers SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
15
15
*/
16
16
class TimeEfficientImplementationTest extends LongestCommonSubsequenceTest
17
17
{
You can’t perform that action at this time.
0 commit comments