File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ public function testGetGroupedOpCodesDefault()
43
43
);
44
44
}
45
45
46
+ /**
47
+ * Test the opCodes of the differences between version1 and version2 with option trimEqual disabled.
48
+ */
46
49
public function testGetGroupedOpCodesTrimEqualFalse ()
47
50
{
48
51
// Test with trimEqual disabled.
@@ -63,6 +66,9 @@ public function testGetGroupedOpCodesTrimEqualFalse()
63
66
);
64
67
}
65
68
69
+ /**
70
+ * Test the opCodes of the differences between version1 and version2 with option IgnoreWhitespace enabled.
71
+ */
66
72
public function testGetGroupedOpCodesIgnoreWhitespaceTrue ()
67
73
{
68
74
// Test with ignoreWhitespace enabled. Both sequences are considered to be the same.
@@ -77,6 +83,9 @@ public function testGetGroupedOpCodesIgnoreWhitespaceTrue()
77
83
$ this ->assertEquals ([], $ sequenceMatcher ->getGroupedOpCodes ());
78
84
}
79
85
86
+ /**
87
+ *T est the opCodes of the differences between version1 and version2 with option ignoreCase enabled.
88
+ */
80
89
public function testGetGroupedOpCodesIgnoreCaseTrue ()
81
90
{
82
91
// Test with ignoreCase enabled. Both sequences are considered to be the same.
You can’t perform that action at this time.
0 commit comments