mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 14:26:08 +03:00
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:
parent
473bdb62a1
commit
2c50c51432
@ -44,9 +44,6 @@ class LazyInterfaceTest extends \PHPUnit_Framework_TestCase
|
|||||||
'resolve' => function() {
|
'resolve' => function() {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
],
|
|
||||||
'testObject' => [
|
|
||||||
'type' => $this->getTestObjectType()
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user