Merge branch 'QA_4_6'

This commit is contained in:
Michal Čihař 2016-06-09 09:40:21 +02:00
commit c70aed7a1d

View File

@ -141,7 +141,7 @@ class ExportJsonTest extends PMATestCase
$this->expectOutputString(
'/**' . "\n"
. ' Export to JSON plugin for PHPMyAdmin' . "\n"
. ' @version 0.1' . "\n"
. ' @version ' . PMA_VERSION . "\n"
. ' */' . "\n" . "\n"
);