{"id":21236784,"url":"https://github.com/dragonbe/phpunit-masterclass","last_synced_at":"2026-01-02T15:13:58.562Z","repository":{"id":138004430,"uuid":"110444382","full_name":"DragonBe/phpunit-masterclass","owner":"DragonBe","description":"   This repository is used for In2it's PHPUnit Masterclass training course. ","archived":false,"fork":false,"pushed_at":"2017-11-12T15:31:12.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:50:29.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/DragonBe.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":"2017-11-12T15:33:50.000Z","updated_at":"2020-10-28T20:42:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e44ccdc5-8382-414a-9666-658e9e88adb4","html_url":"https://github.com/DragonBe/phpunit-masterclass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpunit-masterclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpunit-masterclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpunit-masterclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DragonBe%2Fphpunit-masterclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DragonBe","download_url":"https://codeload.github.com/DragonBe/phpunit-masterclass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676775,"owners_count":20329434,"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","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":[],"created_at":"2024-11-21T00:13:56.749Z","updated_at":"2026-01-02T15:13:58.492Z","avatar_url":"https://github.com/DragonBe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PHPUnit Masterclass](https://www.in2it.be/wp-content/uploads/2017/01/in2it-unit-testing-masterclass.jpg)](https://www.in2it.be/training-courses/phpunit-masterclass/)\n\n# In2it Training: PHPUnit Masterclass\n\nThis repository is used for [In2it's PHPUnit Masterclass](https://www.in2it.be/training-courses/phpunit-masterclass/) training course. \n\n## Forking to your own GitHub account\n\nTo participate you can fork this repository to your own GitHub account. To learn how to fork, please read the [GitHub documentation](https://help.github.com/articles/fork-a-repo) explaining the forking process.\n\n## Cloning locally\n\nOnce you have forked the repository, you need to clone it locally on your computer so you can work with the source code.\n\n```bash\ngit clone git@github.com:\u003cusername\u003e/phpunit-masterclass.git\n```\n\nThis will create a local copy of the repository in directory `phpunit-masterclass`. Once you go into that directory, you'll see only the following files:\n\n```bash\ncd phpunit-masterclass/\nls -a\n.git .gitignore composer.json composer.lock LICENSE README.md\n```\n\n## Install composer and composer packages\n\nIf you don't have [Composer](https://getcomposer.org) installed yet, now is a good time to download it.\n\n```bash\nphp -r \"copy('https://getcomposer.org/installer', 'composer-setup.php');\"\nphp -r \"if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\nphp composer-setup.php\nphp -r \"unlink('composer-setup.php');\"\n```\n\nOr download the PHAR package directly at [getcomposer.org/composer.phar](https://getcomposer.org/composer.phar).\n\nOnce composer is installed, we can start installing the required packages. We're using `composer` as command, but if you have downloaded the PHAR file, remember to use `php composer.phar` instead.\n\n```bash\ncomposer install\n```\n\n## Source code license\n\nThis source code is provided for free by In2it as part of [PHPUnit Masterclass](https://www.in2it.be/training-courses/phpunit-masterclass/) and is licensed with [Apache License 2.0](LICENSE). Copyright 2009 - 2017 © [In2it](https://www.in2it.be). All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonbe%2Fphpunit-masterclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonbe%2Fphpunit-masterclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonbe%2Fphpunit-masterclass/lists"}