```php 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