aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/ext.php
blob: 1288edd5ecef811faedacf28f0f966b11060458f (plain)
1
2
3
4
5
6
7
8
<?php

namespace foo\bar;

class ext extends \phpbb\extension\base
{

}