repo.or.cz
/
phpmyadmin
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
patch #2961540 Do not export data of MERGE table
[phpmyadmin/dkf.git]
/
test
/
wui.php
blob
77898bc112c4d6f0d871bb1b9d81084a9bc084e6
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* runs all defined tests
5
*
6
* @version $Id$
7
* @package phpMyAdmin-test
8
*/
9
10
/**
11
*
12
*/
13
require_once
'AllTests.php'
;
14
15
echo
'<pre>'
;
16
AllTests
::
main
();
17
echo
'</pre>'
;
18
19
?
>