From 48b95ece85a149e72a2a5e9d2699d869a60a6fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 4 Sep 2017 15:34:56 +0200 Subject: [PATCH] Adjust tests to new attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/DisplayResultsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/DisplayResultsTest.php b/test/classes/DisplayResultsTest.php index 61c857fe92..1704423b4a 100644 --- a/test/classes/DisplayResultsTest.php +++ b/test/classes/DisplayResultsTest.php @@ -1078,7 +1078,7 @@ class DisplayResultsTest extends PMATestCase foreach ($column_names as $column_name) { $field_meta = new stdClass(); - $field_meta->name = $column_name; + $field_meta->orgname = $column_name; $fields_mata[] = $field_meta; }