From 2c50c51432cd5fba737ed59c96fff8a21df3aacf Mon Sep 17 00:00:00 2001 From: vladar Date: Wed, 14 Sep 2016 17:52:24 +0700 Subject: [PATCH] Fixed issue in lazy interface test where query type definition incorrectly initialized type that was supposed to be tested for laziness --- tests/Executor/LazyInterfaceTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Executor/LazyInterfaceTest.php b/tests/Executor/LazyInterfaceTest.php index 81d4c4c..6f63149 100644 --- a/tests/Executor/LazyInterfaceTest.php +++ b/tests/Executor/LazyInterfaceTest.php @@ -44,9 +44,6 @@ class LazyInterfaceTest extends \PHPUnit_Framework_TestCase 'resolve' => function() { return []; } - ], - 'testObject' => [ - 'type' => $this->getTestObjectType() ] ]; }