| 1 | <?php |
||
| 14 | * This file is a part of GraphQL project. |
||
| 15 | * |
||
| 16 | * @author Alexandr Viniychuk <[email protected]> |
||
| 17 | * created: 3:59 PM 5/17/16 |
||
| 18 | */ |
||
| 19 | |||
| 20 | namespace Youshido\Tests\Library\Relay; |
||
| 21 | |||
| 22 | use Youshido\GraphQL\Relay\Node; |
||
| 23 | |||
| 24 | class NodeTest extends \PHPUnit_Framework_TestCase |
||
| 25 | { |
||
| 26 | public function testMethods(): void |
||
| 36 |