{"id":13530186,"url":"https://github.com/jphp-group/tester","last_synced_at":"2025-07-30T11:13:04.014Z","repository":{"id":74152340,"uuid":"132610017","full_name":"jphp-group/tester","owner":"jphp-group","description":"Unit Testing Framework for JPHP and JPPM","archived":false,"fork":false,"pushed_at":"2020-03-29T19:14:40.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T23:43:45.465Z","etag":null,"topics":["jphp","php","testing","unit-testing","unittest"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jphp-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-08T13:04:17.000Z","updated_at":"2020-03-29T19:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e6a2f8b-d6c2-4e20-a9eb-07dfc8ed705f","html_url":"https://github.com/jphp-group/tester","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jphp-group/tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Ftester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Ftester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Ftester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Ftester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jphp-group","download_url":"https://codeload.github.com/jphp-group/tester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphp-group%2Ftester/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267858387,"owners_count":24155919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jphp","php","testing","unit-testing","unittest"],"created_at":"2024-08-01T07:00:45.331Z","updated_at":"2025-07-30T11:13:03.979Z","avatar_url":"https://github.com/jphp-group.png","language":"PHP","readme":"# Tester\n\n[![Build Status](https://travis-ci.org/jphp-group/tester.svg?branch=master)](https://travis-ci.org/jphp-group/tester)\n\nUnit Testing Framework for JPPM\n\n# How to use?\n\n1. Add `tester` dependency to `devDeps`.\n\n```\njppm add tester -dev\n```\n\n2. Create `tests` directory in root of your package dir.\n3. Create your first test class, e.g `tests/SimpleTest.php`:\n\n```php\nuse tester\\{TestCase, Assert};\n\nclass SimpleTest extends TestCase \n{\n  function testFeature()\n  {\n    $actual = \"expected\";\n    \n    Assert::isEqual(\"expected\", $actual);\n  }\n}\n```\n\n4. Run your tests.\n```bash\njppm test\n```\n","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphp-group%2Ftester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjphp-group%2Ftester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphp-group%2Ftester/lists"}