assertSame($exp, Rule::prep("`..`..\\`..\\\\`..")); } public function testPrepareAnInvalidPattern(): void { $this->assertException("invalidPattern", "Rule"); Rule::prep("["); } }