{"id":16465583,"url":"https://github.com/peterfox/rector-status-rule-demo","last_synced_at":"2026-04-14T02:31:57.447Z","repository":{"id":146559988,"uuid":"577037164","full_name":"peterfox/rector-status-rule-demo","owner":"peterfox","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-18T02:02:30.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T02:03:50.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-12-11T19:26:25.000Z","updated_at":"2022-12-11T19:27:00.000Z","dependencies_parsed_at":"2023-04-03T14:20:53.431Z","dependency_job_id":null,"html_url":"https://github.com/peterfox/rector-status-rule-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterfox/rector-status-rule-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Frector-status-rule-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Frector-status-rule-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Frector-status-rule-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Frector-status-rule-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterfox","download_url":"https://codeload.github.com/peterfox/rector-status-rule-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfox%2Frector-status-rule-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31779943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T11:34:31.239Z","updated_at":"2026-04-14T02:31:57.430Z","avatar_url":"https://github.com/peterfox.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nSetup with:\n\n```shell\ncomposer install\n```\n\nCheck tests work:\n\n```shell\nphp artisan test\n```\n\nRun Rector with:\n\n```shell\n./vendor/bin/rector\n```\n\nThis should change the file `tests/Feature/ExampleTest.php` from:\n\n```php\n\u003c?php\n\nnamespace Tests\\Feature;\n\n// use Illuminate\\Foundation\\Testing\\RefreshDatabase;\nuse Tests\\TestCase;\n\nclass ExampleTest extends TestCase\n{\n    /**\n     * A basic test example.\n     *\n     * @return void\n     */\n    public function test_the_application_returns_a_successful_response()\n    {\n        $response = $this-\u003eget('/');\n\n        $response-\u003eassertSeeText('Laravel')-\u003eassertStatus(200);\n    }\n}\n\n```\n\nto:\n\n```php\n\u003c?php\n\nnamespace Tests\\Feature;\n\n// use Illuminate\\Foundation\\Testing\\RefreshDatabase;\nuse Tests\\TestCase;\n\nclass ExampleTest extends TestCase\n{\n    /**\n     * A basic test example.\n     *\n     * @return void\n     */\n    public function test_the_application_returns_a_successful_response()\n    {\n        $response = $this-\u003eget('/');\n\n        $response-\u003eassertSeeText('Laravel')-\u003eassertOk();\n    }\n}\n\n```\n\nThen run `./vendor/bin/ecs check tests --fix` to format the test.\n\n```php\n\u003c?php\n\nnamespace Tests\\Feature;\n\n// use Illuminate\\Foundation\\Testing\\RefreshDatabase;\nuse Tests\\TestCase;\n\nclass ExampleTest extends TestCase\n{\n    /**\n     * A basic test example.\n     *\n     * @return void\n     */\n    public function test_the_application_returns_a_successful_response()\n    {\n        $response = $this-\u003eget('/');\n\n        $response-\u003eassertSeeText('Laravel')\n            -\u003eassertOk();\n    }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfox%2Frector-status-rule-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterfox%2Frector-status-rule-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfox%2Frector-status-rule-demo/lists"}