Skip to content

Releases: php-xapi/test-fixtures

1.1.0

18 Apr 19:02
v1.1.0

Choose a tag to compare

  • made the package compatible with 3.x releases of ramsey/uuid
  • allow 2.x releases of the php-xapi/model package too
  • allow 3.x releases of the php-xapi/model package too

1.0.1

12 Oct 17:22
v1.0.1

Choose a tag to compare

Raw content data has been added to the "text attachment" and "JSON attachment" fixtures.

1.0.0

28 Sep 15:10
v1.0.0

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 instances of the class offered by the php-xapi/model package and provides ways to access them through a PHP API.

This release is equivalent to the 0.5 release series (except for the version of the required php-xapi/model package being 1.x now) and is considered to be stable.

0.5.0

26 Sep 07:05
v0.5.0

Choose a tag to compare

0.5.0 Pre-release
Pre-release
  • Updated fixtures to use IRI and IRL instances where they have been introduced in the php-xapi/model package.
  • 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.
  • Updated fixtures for Definition, Statement, StatementResult, and Verb to use LanguageMap instances instead of plain old PHP arrays.
  • Updated fixtures for Statement, StatementReference, and StatementResult to use StatementId objects instead of string ids.
  • Added missing fixtures for Account, Activity, Actor, Context, ContextActivities, Extensions, Result, and Verb.

v0.4.0

22 Aug 18:23
v0.4.0

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • Added missing timestamp value to the typical statement.
  • when null is passed as the id argument to one of the methods of the StatementFixtures class, a unique UUID will be generated

v0.3.0

05 Jul 14:59
v0.3.0

Choose a tag to compare

v0.3.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.2.0

05 Jul 14:58
v0.2.0

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • compatibility with release 0.2 of the php-xapi/model package

v0.1.1

23 Mar 09:53
v0.1.1

Choose a tag to compare

v0.1.1 Pre-release
Pre-release
  • restrict dependency version to not pull in potentially BC breaking package versions

v0.1.0

19 Mar 15:36
v0.1.0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

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

This package replaces the xabbuh/xapi-data-fixtures package which is now deprecated and should no longer be used.