Home
last modified time | relevance | path

Searched refs:createImplementation (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DMemoryEfficientImplementationTest.php18 protected function createImplementation() function in SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementationTest
H A DTimeEfficientImplementationTest.php18 protected function createImplementation() function in SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementationTest
H A DLongestCommonSubsequenceTest.php37 $this->implementation = $this->createImplementation();
43 abstract protected function createImplementation(); function in SebastianBergmann\\Diff\\LCS\\LongestCommonSubsequenceTest