Esempio n. 1
0
 /**
  * @expectedException phpRack_Exception
  */
 public function testRegexWithoutUrlCall()
 {
     $this->_package->regex('/google\\.com/');
 }