Added dependency plugins

This commit is contained in:
Moris Zen
2018-06-25 00:00:37 +02:00
parent 720a1c31a4
commit f069f6782f
698 changed files with 289637 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# 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.