Skip to content

The match of type @integer@ doesn't work. #469

Description

@fr0N73ND3r
final class MatchTest extends WebTestCase
{
    use PHPMatcherAssertions;

    public function testMatcher()
    {
        $this->assertMatchesPattern('@integer@', "1"); // true
    }

If you remove the class Matcher\TextMatcher from the factory (\Coduo\PHPMatcher\Factory\MatcherFactory), everything works well.

Version 6.0.11

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions