Fixed issue in lazy interface test where query type definition incorrectly initialized type that was supposed to be tested for laziness

This commit is contained in:
vladar 2016-09-14 17:52:24 +07:00
parent 473bdb62a1
commit 2c50c51432

View File

@ -44,9 +44,6 @@ class LazyInterfaceTest extends \PHPUnit_Framework_TestCase
'resolve' => function() {
return [];
}
],
'testObject' => [
'type' => $this->getTestObjectType()
]
];
}