summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/tests/phpunit/pagetranslation/NowikiOnly.pttest
blob: 69d14eaaa05adfee3f42ccc2bc163f7133577ece (plain)
1
2
3
4
5
6
7
<?php

if ( !defined( 'MEDIAWIKI' ) ) die();

if ( $parse->countSections() !== 0 ) {
	$this->fail( "Testfile $filename failed misc tests... number of sections should be zero" );
}