diff --git a/test/classes/plugin/export/ExportJsonTest.php b/test/classes/plugin/export/ExportJsonTest.php index 37dff9e7b5..eccb4786c0 100644 --- a/test/classes/plugin/export/ExportJsonTest.php +++ b/test/classes/plugin/export/ExportJsonTest.php @@ -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" );