Example #1
0
 /**
  * @covers ::getRegex
  */
 public function test_getRegex()
 {
     $this->assertNotEmpty($this->URI->getRegex(), 'IURI::getRegex() should not be empty');
 }