Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 3 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | |
| 3 | namespace MediaWiki\WikispeechSpeechDataCollector; |
| 4 | |
| 5 | /** |
| 6 | * @file |
| 7 | * @ingroup Extensions |
| 8 | * @license GPL-2.0-or-later |
| 9 | */ |
| 10 | |
| 11 | /* |
| 12 | * Namespace constants defined in extension.json |
| 13 | * This is really just to avoid problems with Phan and code editors. |
| 14 | */ |
| 15 | if ( !defined( 'NS_PRONUNCIATION_LEXICON' ) ) { |
| 16 | define( 'NS_PRONUNCIATION_LEXICON', 5772 ); |
| 17 | define( 'NS_PRONUNCIATION_LEXICON_TALK', 5773 ); |
| 18 | } |