Searched refs:PHPUnit_Util_Regex (Results 1 – 4 of 4) sorted by relevance
37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
14 class PHPUnit_Util_Regex class
37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
42 if (PHPUnit_Util_Regex::pregMatchSafe($filter, '') === false) {