Skip to content

Commit bac2eb4

Browse files
author
junaid farooq
committed
+ Reverts some previous changes related to composer.lock file and phpunit
1 parent 30342e1 commit bac2eb4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/Command/DumpSchemaCommandTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
class DumpSchemaCommandTest extends TestCase
1111
{
12-
/**
13-
* @test
14-
*/
15-
public function it_executes_successfully(): void
12+
public function testExecute(): void
1613
{
1714
$kernel = new GraphqliteTestingKernel();
1815
$application = new Application($kernel);

0 commit comments

Comments
 (0)