Ejemplo n.º 1
0
 /**
  * @dataProvider stripArticlePathDataProvider
  */
 public function testStripArticlePath($path, $articlePath, $expResult)
 {
     $this->assertEquals(GlobalTitle::stripArticlePath($path, $articlePath), $expResult);
 }