Skip to content

Releases: php-xapi/json-test-fixtures

2.0.0

12 Oct 17:14
v2.0.0
Compare
Choose a tag to compare

Attachment fixtures are now objects containing up to two keys. metadata contains the JSON encoded attachment while content, if present, denotes the raw attachment content.

1.0.0

28 Sep 15:12
v1.0.0
Compare
Choose a tag to compare

This first stable release contains all the official conformance test fixtures provided by the maintainers of the xAPI spec as JSON encoded files and provides ways to access them through a PHP API.

This release is equivalent to the 0.2 release series and is considered to be stable.

0.2.3

26 Sep 07:07
v0.2.3
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • Added a Statement fixture defining all properties of a statement.
  • Added fixtures for statement attachments.
  • Added fixtures for activity definition extensions.
  • Added fixtures for activity interaction definitions and interaction components.
  • Added missing fixtures for Account, Activity, Actor, Context, ContextActivities, Extensions, Result, SubStatement, StatementReference and Verb.
  • Removed dependency on the php-xapi/model package. The classes from that package are never used.

v0.2.2

22 Aug 18:27
v0.2.2
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Synchronized the list of statement fixtures with the test cases of the php-xapi/test-fixtures package.

v0.2.1

05 Jul 17:11
v0.2.1
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Do not block the installation of release 0.4 of the php-xapi/model package.

v0.2.0

05 Jul 14:57
v0.2.0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Switched to make use of the official conformance test fixtures that are provided by the maintainers of the xAPI spec.

v0.1.0

27 Mar 10:55
v0.1.0
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first release containing JSON test fixtures for actors (agents and groups), verbs, documents, activities,statements, and statement results.