From 4896ebc2f09512675c0ef81e44a6ebc9115aad51 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 10 Mar 2014 14:28:07 +0100 Subject: [PATCH] Fix test. --- turba/test/Turba/Unit/ImportTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/turba/test/Turba/Unit/ImportTest.php b/turba/test/Turba/Unit/ImportTest.php index 3099c25ec1e..44d3244f81b 100644 --- a/turba/test/Turba/Unit/ImportTest.php +++ b/turba/test/Turba/Unit/ImportTest.php @@ -557,6 +557,7 @@ public function testImportInvalidBinaryEncoding() 'commonPostalCode' => 'W1 1AA', 'birthday' => '2008-10-08', 'phototype' => 'JPEG', + 'email' => 'test@example.org', ), $hash );