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 (Russian)
[phpmyadmin.git]
/
test
/
wui.php
blob
b479634af250ddd0d1fd4dccc8894eeb73c84ee7
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