Giter Club home page Giter Club logo

graphql-php's People

Contributors

fubhy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fgm

graphql-php's Issues

Guzzle5 has moved to a new package name.

Here is the output of
composer update

Guzzle 5 has moved to a new package name.

Guzzle 3 is deprecated,

phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (>=2.2.1)
phpunit/phpunit suggests installing phpunit/php-invoker (~1.1)
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
guzzle/guzzle suggests installing guzzlehttp/guzzle (Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated.)
symfony/console suggests installing psr/log (For using the console logger)

Tests failing

PHP 7.0.10, Drupal 8.2.x current HEAD, MacOS Yosemite:

1) Fubhy\GraphQL\Tests\Executor\ExecutorTest::testAvoidsRecursion
Error: Call to a member function getName() on null

/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/src/Executor/Executor.php:309
/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/src/Executor/Executor.php:256
/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/src/Executor/Executor.php:133
/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/src/Executor/Executor.php:66
/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/tests/Executor/ExecutorTest.php:421

1) Fubhy\GraphQL\Tests\Type\IntrospectionTest::testExecutesAnIntrospectionQuery
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         1 => Array (
                             'name' => 'OBJECT'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         2 => Array (
                             'name' => 'INTERFACE'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         3 => Array (
                             'name' => 'UNION'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         4 => Array (
                             'name' => 'ENUM'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         5 => Array (
                             'name' => 'INPUT_OBJECT'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         6 => Array (
                             'name' => 'LIST'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                         7 => Array (
                             'name' => 'NON_NULL'
                             'isDeprecated' => false
-                            'deprecationReason' => null
+                            'deprecationReason' => 'false'
                         )
                     )
                     'possibleTypes' => null
                 )
                 4 => Array (...)
                 5 => Array (...)
                 6 => Array (...)
                 7 => Array (...)
                 8 => Array (...)
                 9 => Array (...)
                 10 => Array (...)
                 11 => Array (...)
                 12 => Array (...)
             )
             'directives' => Array (...)
         )
     )
 )

/Users/fgm/src/Drupal/d8/drupal/vendor/fubhy/graphql-php/tests/Type/IntrospectionTest.php:831

2) Fubhy\GraphQL\Tests\Type\IntrospectionTest::testIdentifiesDeprecatedEnumValues
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
                     'isDeprecated' => false
-                    'deprecationReason' => null
+                    'deprecationReason' => 'false'
                 )
                 1 => Array (
                     'name' => 'DEPRECATED'
                     'isDeprecated' => true
-                    'deprecationReason' => 'Removed in 1.0'
+                    'deprecationReason' => 'true'
                 )
                 2 => Array (
                     'name' => 'ALSONONDEPRECATED'
                     'isDeprecated' => false
-                    'deprecationReason' => null
+                    'deprecationReason' => 'false'
                 )
             )
         )
     )
 )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.