Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active June 22, 2021 03:01
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/a4076fb03f7af62a82d88ee7d803ae3f to your computer and use it in GitHub Desktop.
Save mcsee/a4076fb03f7af62a82d88ee7d803ae3f to your computer and use it in GitHub Desktop.
<?
function test02SinglePatternDoesNotSimplify() {
$this->assertEquals(
['Arcade Fire'],
(new LikePatternSimplifier())->simplify(['Arcade Fire']));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment