Commit Graph

14 Commits

Author SHA1 Message Date
Hypolite Petovan 56b01d779d Friendica fork of the php-json-ld repository
- Removed mentions of Travis
- Removed mentions of Digitalbazaar commercial support
2018-09-27 19:40:44 -04:00
Dave Longley 1abb809e8e Show how to specify URDNA2015 algorithm. 2016-01-05 10:11:47 -05:00
David I. Lehn e98b8f61ba Group tests by test suite.
- Grouping the tests by test suite to avoid warning failures when there
  are no test in a suite. Requires the use of the phpunit `--group`
  flag.
2015-10-13 14:08:27 -04:00
David I. Lehn c63a5961fb Add support for normalization test suite.
- Handle rdfn:Urgna2012EvalTest and rdfn:Urdna2015EvalTest.
- Use nquads input format for normalization tests.
- Support normalization test suite format with various tweaks.
  Compacting the data would eliminate most of these changes but can't
  rely on compact to work in the code that tests compact! So hard coded
  fixes are used.
  - Support 'entries' and 'sequence' for tests.
  - Support 'include' as filename without a .jsonld extension.
  - Support 'type' and '@type' as aliases.
  - Support 'id' and '@id' as aliases.
  - Support 'action' and 'input' as aliases.
  - Support 'result' and 'expect' as aliases.
  - No longer strip '#t' prefix from '#tNNN' ids.
  - Default to positive test if nothing specified.
- Add normalization test to travis-ci config.
- Fix container infrastructure flag from 'root' to 'sudo'.
- Update README with new testing info.
2015-10-13 13:38:56 -04:00
Dave Longley 2927e09639 Differentiate between mock and cache custom loaders. 2015-08-04 16:13:19 -04:00
Dave Longley 3330605897 Add examples describing how to configure document loaders. 2015-08-04 16:03:42 -04:00
David I. Lehn 0b0442696d README sync and minor updates.
- Sync README between Digital Bazaar JSON-LD libs.
- Minor updates and formatting fixes.
2014-12-05 16:45:41 -05:00
David I. Lehn e06d20062a Add travis-ci build status. 2014-12-05 16:17:16 -05:00
Dave Longley ea1d54b31d Fix examples.
- Addresses #2.
2014-07-08 12:51:12 -04:00
Dave Longley fc1f543b49 Add quick examples. 2013-09-16 14:14:35 -04:00
Dave Longley f058cbee52 Fix test docs. 2013-09-16 13:27:49 -04:00
Dave Longley 1ddb1fc23b Update test command in README. 2013-09-16 13:25:47 -04:00
Dave Longley 0991a553c5 Readme fixes. 2012-05-08 23:37:23 -04:00
Dave Longley 5a883990fa Update readme. 2012-05-08 23:30:24 -04:00
Renamed from README (Browse further)