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() ] ]; }