wp-graphql/wp-graphql-testcase package added to composer.json
QLEventsTestCase implemented.
str_slug() usage in factories replaced with slugify()
Refactors the EventQueriesTest, OrganizerQueriesTest, and VenueQueriesTest to extend the QLEventsTestCase and take advantage of the WPGraphQL Testcase assertions.
TODO
[x] Add Github Actions workflow for CI utilizing Tric. Thanks @borkweb
Summary
wp-graphql/wp-graphql-testcase
package added tocomposer.json
str_slug()
usage in factories replaced withslugify()
EventQueriesTest
,OrganizerQueriesTest
, andVenueQueriesTest
to extend the QLEventsTestCase and take advantage of the WPGraphQL Testcase assertions.TODO