Youshido\Tests\Parser\ParserTest::testEmptyParser PHP Method

testEmptyParser() public method

public testEmptyParser ( )
    public function testEmptyParser()
    {
        $parser = new Parser();
        $this->assertEquals(['queries' => [], 'mutations' => [], 'fragments' => [], 'fragmentReferences' => [], 'variables' => [], 'variableReferences' => []], $parser->parse());
    }