Skip to content

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

Open
@fr0N73ND3r

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

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