You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP implementation used to look at the compatibility-kit folder to get the ndjson example files.
Because of the way this was implemented, a non-existent folder = no source data = skipped tests :/
The Ruby version also uses the CCK to test, but it looks like CCK is published as a bundle and data's sourced from there - the PHP implementation should explicitly download the CCK data and use it for the tests.
The text was updated successfully, but these errors were encountered:
@mpkorstanje am I right in thinking the Java version doesn't have any end-to-end tests in this repo? Should we add some?
ciaranmcnulty
changed the title
PHP version doesn't run acceptance tests since monorepo split
PHP version doesn't run end-to-end tests since monorepo split
Jan 5, 2023
(spotted in #102)
The PHP implementation used to look at the compatibility-kit folder to get the ndjson example files.
Because of the way this was implemented, a non-existent folder = no source data = skipped tests :/
The Ruby version also uses the CCK to test, but it looks like CCK is published as a bundle and data's sourced from there - the PHP implementation should explicitly download the CCK data and use it for the tests.
The text was updated successfully, but these errors were encountered: