Skip to content

Commit

Permalink
Add new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Jan 11, 2017
1 parent e18a897 commit 08a9573
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 778 deletions.
2 changes: 1 addition & 1 deletion tests/Fake/FakeResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SilverStripe\GraphQL\Tests\Fake;

use SilverStripe\GraphQL\Scaffolding\ResolverInterface;
use SilverStripe\GraphQL\Scaffolding\Interfaces\ResolverInterface;

class FakeResolver implements ResolverInterface
{
Expand Down
7 changes: 7 additions & 0 deletions tests/Fake/OperationScaffolderFake.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace SilverStripe\GraphQL\Tests\Fake;

use SilverStripe\GraphQL\Scaffolding\Scaffolders\OperationScaffolder;

class OperationScaffolderFake extends OperationScaffolder {}
Loading

0 comments on commit 08a9573

Please sign in to comment.