public function testNoMatch() { $regexp = new Regexp('foo'); $this->assertFalse($regexp->isMatch('bar')); }