Skip to content

Commit aeada63

Browse files
committed
Fix 0.13 travis build
1 parent fba5f10 commit aeada63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ExpressionLanguage/ExpressionFunction/GraphQL/ArgumentsTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ private function getTransformer(array $classesMap = null, $validateReturn = null
5454
return new ArgumentsTransformer($validator, $classesMap);
5555
}
5656

57+
/**
58+
* @group legacy
59+
*/
5760
public function testEvaluator(): void
5861
{
5962
$info = $this->getResolveInfo(ArgumentsTransformerTest::getTypes());

0 commit comments

Comments
 (0)