예제 #1
0
 public function testFindPot()
 {
     $files = LocoAdmin::find_pot(WP_CONTENT_DIR . '/themes/twentyfourteen');
     $this->assertInternalType('array', $files);
     $this->assertContains(WP_CONTENT_DIR . '/themes/twentyfourteen/languages/twentyfourteen.pot', $files);
 }