From 763683b4fe444b573185f729a8b9537a72a26404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 9 Jun 2016 09:40:16 +0200 Subject: [PATCH] Fix test expectations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/plugin/export/ExportJsonTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );