/plugins/admin/t/98_pod_coverage.t
Unknown | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 9778d72042914d226b3b0d2f4ad7010f MD5 | raw file
Possible License(s): GPL-3.0
1use Test::More; 2BEGIN{push @INC, "./lib"} 3eval "use Test::Pod::Coverage tests=>1"; 4plan( skip_all => "Test::Pod 1.00 required for testing POD") if $@; 5pod_coverage_ok( "MediaWiki::Bot::Plugin::Admin", "Admin is covered" );