repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into drizzle
[phpmyadmin.git]
/
test
/
wui.php
blob
c3b459d0af58d31d28b08bf8c77ae0773e3ae00c
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* runs all defined tests
5
*
6
* @package phpMyAdmin-test
7
*/
8
9
/**
10
*
11
*/
12
require_once
'AllTests.php'
;
13
14
echo
'<pre>'
;
15
AllTests
::
main
();
16
echo
'</pre>'
;
17
18
?
>