Lines Matching refs:to
46 * @param string|array $to
49 …ayRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation(array $expected, $from, $to) argument
51 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new TimeEfficientImplementat…
57 * @param string $to
60 …testTextRepresentationOfDiffCanBeRenderedUsingTimeEfficientLcsImplementation($expected, $from, $to) argument
62 … $this->assertEquals($expected, $this->differ->diff($from, $to, new TimeEfficientImplementation));
68 * @param string|array $to
71 …RepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation(array $expected, $from, $to) argument
73 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new MemoryEfficientImplement…
79 * @param string $to
82 …stTextRepresentationOfDiffCanBeRenderedUsingMemoryEfficientLcsImplementation($expected, $from, $to) argument
84 …$this->assertEquals($expected, $this->differ->diff($from, $to, new MemoryEfficientImplementation));
367 * @param string $to
370 public function testDiffDoNotShowNonDiffLines($expected, $from, $to)
373 $this->assertSame($expected, $differ->diff($from, $to));