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
/
TestWiring2.php
blob
3b4fff03e4bff17c59c3bf5eae881359ed6a9d49
1
<
?php
2
/**
3
* Test file for testing ServiceContainer::loadWiringFiles
4
*/
5
6
return
[
7
'Bar'
=>
function
() {
8
return
'Bar!'
;
9
},
10
];