Index: trunk/phase3/maintenance/tests/phpunit/includes/SampleTest.php |
— | — | @@ -32,6 +32,7 @@ |
33 | 33 | return array( |
34 | 34 | array( 'Text', NS_MEDIA, 'Media:Text' ), |
35 | 35 | array( 'Text', null, 'Text' ), |
| 36 | + array( 'text', null, 'Text' ), |
36 | 37 | array( 'Text', NS_USER, 'User:Text' ), |
37 | 38 | array( 'Text', NS_USER, 'Blah' ) |
38 | 39 | ); |