Example #1
0
 /**
  * @covers Phossa\Route\Route::getPattern
  */
 public function testGetPattern()
 {
     $this->assertEquals('', $this->object->getPattern());
 }