From 1fce523b33fe713b20ddcf3e58e1f8198005dba6 Mon Sep 17 00:00:00 2001
From: Maxim Shikula <mshikula@ebay.com>
Date: Mon, 16 Mar 2015 10:53:54 +0200
Subject: [PATCH] MAGETWO-34878: PR and cleanup

---
 .../Framework/Reflection/Test/Unit/TypeProcessorTest.php        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php b/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
index f1c0066f344..b2e1940f123 100644
--- a/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
+++ b/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
@@ -175,7 +175,7 @@ class TypeProcessorTest extends \PHPUnit_Framework_TestCase
 
     /**
      * @expectedException \Magento\Framework\Exception\SerializationException
-     * @expectedExceptionMessage Invalid type for value: "1". Expected Type: "int[]".
+     * @expectedExceptionMessage Invalid type for value: "integer". Expected Type: "int[]".
      */
     public function testProcessSimpleTypeInvalidType()
     {
-- 
GitLab