for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is a part of GraphQL project.
*
* @author Alexandr Viniychuk <[email protected]>
* created: 12/3/15 11:28 PM
*/
namespace Youshido\Tests\DataProvider;
use Youshido\GraphQL\Config\Schema\SchemaConfig;
use Youshido\GraphQL\Schema\AbstractSchema;
class TestEmptySchema extends AbstractSchema
{
public function build(SchemaConfig $config)
}
public function getName($config)
return 'TestSchema';