phpmyadmin/test/libraries
Michal Čihař 8fbe46f3e8 Remove usage of get_scripts.js.php wrapper
- this adds significant overhead in sending static files from the server
- the benefit of joining requests is minimal since introduction of HTTP/2
- the onload handlers are now fired directly by individual scripts, what
  makes them really execute when the script is loaded (it could be
  previously executed earlier in case of chunked loading)

Fixes #13840

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-29 15:09:43 +01:00
..
common Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
database_interface_test.php Use PSR-1 for PHPUnit TestCase 2017-11-06 06:29:04 -02:00
Files_test.php Remove usage of get_scripts.js.php wrapper 2017-11-29 15:09:43 +01:00