json-ld/tests
Test suite for a JSON-LD package. Provides fixtures and automated tests to validate JSON-LD parsing/serialization, context handling, compaction/expansion, and edge cases across PHP versions—useful for ensuring standards-compliant JSON-LD behavior.
This package is obsolete and read-only, containing historical JSON-LD test suites split from a now-archived working group repository. It is not intended for direct use in application code. If you're working with JSON-LD today, start with the active JSON-LD PHP library or its successor integrations (e.g., justinrainbow/json-ld). This test suite is only useful if you need to validate conformance against official W3C test cases—for example, when developing or auditing a JSON-LD processor.
.jsonld and .ttl test manifests to verify compliance with W3C JSON-LD specifications (e.g., json-ld-api, json-ld-framing).phpunit tests that compare your output against expected results in tests/manifests/).require. Tests are JSON/Turtle manifests, not PHPUnit tests.json-ld/tests naming may mislead developers into thinking it’s a test helper for their own code. Clarify intent: this is the test data, not a testing framework.manifest.jsonld entries and validates your processor’s behavior per action/result pairs.How can I help you explore Laravel packages today?