Lines Matching refs:assertSame
98 $this->assertSame(49, $chunk->getStart());
99 $this->assertSame(49, $chunk->getEnd());
100 $this->assertSame(9, $chunk->getStartRange());
101 $this->assertSame(8, $chunk->getEndRange());
110 $this->assertSame('A', $line->getContent());
111 $this->assertSame(Line::UNCHANGED, $line->getType());
114 $this->assertSame('B', $line->getContent());
115 $this->assertSame(Line::REMOVED, $line->getType());
142 $this->assertSame('a/Test.txt', $diff->getFrom());
143 $this->assertSame('b/Test.txt', $diff->getTo());
147 $this->assertSame('a/Test2.txt', $diff->getFrom());
148 $this->assertSame('b/Test2.txt', $diff->getTo());