• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wp-graphql / wp-graphql / 13316763745

13 Feb 2025 08:45PM UTC coverage: 82.712% (-0.3%) from 83.023%
13316763745

push

github

web-flow
Merge pull request #3307 from wp-graphql/release/v2.0.0

release: v2.0.0

195 of 270 new or added lines in 20 files covered. (72.22%)

180 existing lines in 42 files now uncovered.

13836 of 16728 relevant lines covered (82.71%)

299.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Connection/MenuItems.php
1
<?php
2

3
namespace WPGraphQL\Connection;
4

5
/**
6
 * Deprecated class for backwards compatibility.
7
 */
8
class MenuItems extends \WPGraphQL\Type\Connection\MenuItems {
9
        /**
10
         * {@inheritDoc}
11
         *
12
         * @deprecated 1.13.0
13
         */
UNCOV
14
        public static function register_connections() {
×
15
                _deprecated_function( __METHOD__, '1.13.0', '\WPGraphQL\Type\Connection\MenuItems::register_connections' );
×
16
                parent::register_connections();
×
17
        }
18

19
        /**
20
         * {@inheritDoc}
21
         *
22
         * @deprecated 1.13.0
23
         */
UNCOV
24
        public static function get_connection_config( $args = [] ) {
×
25
                _deprecated_function( __METHOD__, '1.13.0', '\WPGraphQL\Type\Connection\MenuItems::get_connection_config' );
×
26
                return parent::get_connection_config( $args );
×
27
        }
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc