Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active February 29, 2024 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/399681e65513e52b989477831d2c1f69 to your computer and use it in GitHub Desktop.
Save mcsee/399681e65513e52b989477831d2c1f69 to your computer and use it in GitHub Desktop.
<?
function test12SamePatternsDifferentCaseShouldYieldJustOneTermLowercase() {
$this->assertEquals(
['yes'],
(new LikePatternSimplifier())->simplify(
['yes', 'Yes']));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment