repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
Services
/
TestWiring1.php
blob
186021a98a79a93c5329e1f07173f1e8cbc3be5c
1
<
?php
2
/**
3
* Test file for testing ServiceContainer::loadWiringFiles
4
*/
5
6
return
[
7
'Foo'
=>
function
() {
8
return
'Foo!'
;
9
},
10
];