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
If the page doesn't exist and the user can't create it, omit the "edit"/"view source"
[mediawiki.git]
/
t
/
00-test.t
blob
b9ed2038f52ceed8a7a6bfc883318b004466cd66
1
#!/usr/bin/env php
2
<
?php
3
require
'Test.php'
;
4
5
plan
(
1
);
6
7
ok
(
0
==
0
);
8
9
/* vim: set filetype=php: */
10
?
>