Releases: php-xapi/test-fixtures
Releases · php-xapi/test-fixtures
1.1.0
1.0.1
1.0.0
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
- Updated fixtures to use
IRIandIRLinstances where they have been introduced in thephp-xapi/modelpackage. - Added a
Statementfixture 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, andVerbto useLanguageMapinstances instead of plain old PHP arrays. - Updated fixtures for
Statement,StatementReference, andStatementResultto useStatementIdobjects instead of string ids. - Added missing fixtures for
Account,Activity,Actor,Context,ContextActivities,Extensions,Result, andVerb.
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1.0
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.