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
Translated using Weblate (Indonesian)
[phpmyadmin.git]
/
test
/
wui.php
blob
f6fd819817de4efcb00c61372edec75318ca719f
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
?
>