Skip to content

Commit 94c8bd5

Browse files
committed
Document methods
1 parent 77a7b59 commit 94c8bd5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/Diff/SequenceMatcherTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public function testGetGroupedOpCodesDefault()
4343
);
4444
}
4545

46+
/**
47+
* Test the opCodes of the differences between version1 and version2 with option trimEqual disabled.
48+
*/
4649
public function testGetGroupedOpCodesTrimEqualFalse()
4750
{
4851
// Test with trimEqual disabled.
@@ -63,6 +66,9 @@ public function testGetGroupedOpCodesTrimEqualFalse()
6366
);
6467
}
6568

69+
/**
70+
* Test the opCodes of the differences between version1 and version2 with option IgnoreWhitespace enabled.
71+
*/
6672
public function testGetGroupedOpCodesIgnoreWhitespaceTrue()
6773
{
6874
// Test with ignoreWhitespace enabled. Both sequences are considered to be the same.
@@ -77,6 +83,9 @@ public function testGetGroupedOpCodesIgnoreWhitespaceTrue()
7783
$this->assertEquals([], $sequenceMatcher->getGroupedOpCodes());
7884
}
7985

86+
/**
87+
*T est the opCodes of the differences between version1 and version2 with option ignoreCase enabled.
88+
*/
8089
public function testGetGroupedOpCodesIgnoreCaseTrue()
8190
{
8291
// Test with ignoreCase enabled. Both sequences are considered to be the same.

0 commit comments

Comments
 (0)