コード例 #1
0
 public function testLinkTransformPatternValidatesRegexPassed()
 {
     $this->setExpectedException('\\noFlash\\TorrentGhost\\Exception\\RegexException');
     $this->subjectUnderTest->setLinkTransformPattern(['grump grump', '']);
 }