II.
Library JSON
Structured · livelibrary:phpunit
PHPUnit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:phpunit",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "PHPUnit",
"belongsToLanguageId": "language:php",
"category": "testing",
"description": "The de-facto standard unit testing framework for PHP, offering\nassertions, test doubles (mocks, stubs, spies), code coverage\nreports, and a rich plugin ecosystem via extensions.\n"
},
"outgoingEdges": [
{
"from": "library:phpunit",
"to": "language:php",
"kind": "belongs_to_language"
},
{
"from": "library:phpunit",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:phpunit",
"to": "library:pest-php",
"kind": "alternative_to"
}
],
"incomingEdges": []
}