Files

9 lines
451 B
Markdown
Raw Permalink Normal View History

2018-06-25 00:00:37 +02:00
# WPUnit Tests
These are tests utilizing the WP_UnitTestCase. They're really integration tests more than "unit" tests, as they
test functionality of any particular piece of code in context of running with
WordPress core (and potentially other plugins or theme code).
There are helper functions/factories for creating dummy data and making assertions against that data, etc.
These tests help ensure that WPGraphQL works with WordPress as it should.