mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-03 12:43:31 +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
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@ class LazyInterfaceTest extends \PHPUnit_Framework_TestCase
|
||||||
'resolve' => function() {
|
'resolve' => function() {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
],
|
|
||||||
'testObject' => [
|
|
||||||
'type' => $this->getTestObjectType()
|
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue