MediaWiki REL1_31
TestWiring1.php
Go to the documentation of this file.
1<?php
6return [
7 'Foo' => function () {
8 return 'Foo!';
9 },
10];