diff --git a/src/TestPattern.php b/src/TestPattern.php index 2ed856d..f496ac4 100644 --- a/src/TestPattern.php +++ b/src/TestPattern.php @@ -8,11 +8,6 @@ class TestPattern { public function __construct($name) { - parent::__construct( - $name, - $this->compile(...)->bindTo($this), - $this->evaluate(...)->bindTo($this) - ); } private function compile(string $pattern, string $subject): bool