From 8219cd7686473c8389309ee056a45fbda8116b49 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 2 Feb 2023 16:52:55 +0000 Subject: [PATCH] assert something --- ext/graphql/test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/graphql/test.php b/ext/graphql/test.php index a0f200e2..e9185d56 100644 --- a/ext/graphql/test.php +++ b/ext/graphql/test.php @@ -10,5 +10,6 @@ class GraphQLTest extends ShimmiePHPUnitTestCase { $schema = \GQLA\genSchema(); $schema->assertValid(); + $this->assertTrue(true); } }