wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

Move all tests onto the WPGraphQL unit test case.

Open BE-Webdesign opened this issue 8 years ago • 0 comments

Move current tests to extend the WPGraphQL test case. Currently, some of the tests are inheriting directly form WP Unit Testcase, they should instead inherit from the WP GraphQL test case which has special helper methods.

BE-Webdesign avatar Jan 04 '17 05:01 BE-Webdesign