コード例 #1
0
ファイル: UrlTest.php プロジェクト: nemphys/magento2
 public function testGenerateUniqueIdPath()
 {
     $path = $this->_model->generateUniqueIdPath();
     $this->assertNotEmpty($path);
     $this->assertContains('_', $path);
 }