mirror of
https://gh.wpcy.net/https://github.com/wp-cli/i18n-command.git
synced 2026-04-27 09:31:22 +08:00
9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
|
|
namespace WP_CLI\I18n\Tests;
|
|
|
|
use WP_CLI\I18n\IterableCodeExtractor;
|
|
|
|
class TestIterableCodeExtractor {
|
|
use IterableCodeExtractor;
|
|
}
|