Skip to content

Commit 77951fa

Browse files
committed
Skipping all graphql twig tests.
1 parent 7196e28 commit 77951fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/graphql_twig/tests/src/Unit/GraphQLTwigExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class GraphQLTwigExtensionTest extends UnitTestCase {
1515
protected $twig;
1616

1717
function setUp() {
18+
$this->markTestSkipped();
1819
$this->twig = new \Twig_Environment(new\Twig_Loader_Array([
1920
'simple' => '{#graphql a #}',
2021
'extend' => '{% extends "simple" %}',

0 commit comments

Comments
 (0)