1 | <?php |
||
8 | class CachedArrayKeywordsTest extends KeywordsTest |
||
9 | { |
||
10 | protected function getKeywords() |
||
11 | { |
||
12 | return new CachedArrayKeywords(__DIR__ . '/../../../../i18n.php'); |
||
13 | } |
||
14 | |||
15 | protected function getKeywordsArray() |
||
16 | { |
||
17 | return include(__DIR__ . '/../../../../i18n.php'); |
||
18 | } |
||
19 | |||
20 | protected function getSteps($keywords, $text, &$line, $keywordType) |
||
33 | } |
||
34 |