| D | LongestCommonSubsequenceTest.php | 20 private $implementation; variable in SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequenceTest 37 $this->implementation = $this->createImplementation(); 54 $common = $this->implementation->calculate($from, $to); 66 $common = $this->implementation->calculate($from, $to); 80 $common = $this->implementation->calculate($from, $to); 91 $common = $this->implementation->calculate($from, $to); 101 $common = $this->implementation->calculate($from, $to); 106 $common = $this->implementation->calculate($from, $to); 112 $common = $this->implementation->calculate($from, $to); 122 $common = $this->implementation->calculate($from, $to); [all …]
|