Improve AutoLoader test coverage
[lhc/web/wiklou.git] / tests / phpunit / data / autoloader / psr4 / TestFooBar.php
1 <?php
2
3 namespace Test\MediaWiki\AutoLoader;
4
5 class TestFooBar {
6 }