{"id":31827944,"url":"https://github.com/ptlis/doctrinetestcase","last_synced_at":"2025-10-11T19:20:49.856Z","repository":{"id":12279777,"uuid":"14903716","full_name":"ptlis/DoctrineTestcase","owner":"ptlis","description":"Testcase for possible bug in Doctrine Criteria handling","archived":false,"fork":false,"pushed_at":"2013-12-03T22:37:59.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-06T19:06:42.287Z","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/ptlis.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}},"created_at":"2013-12-03T19:38:20.000Z","updated_at":"2013-12-19T22:57:08.000Z","dependencies_parsed_at":"2022-08-21T01:41:01.951Z","dependency_job_id":null,"html_url":"https://github.com/ptlis/DoctrineTestcase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ptlis/DoctrineTestcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptlis%2FDoctrineTestcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptlis%2FDoctrineTestcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptlis%2FDoctrineTestcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptlis%2FDoctrineTestcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptlis","download_url":"https://codeload.github.com/ptlis/DoctrineTestcase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptlis%2FDoctrineTestcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008466,"owners_count":26084460,"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-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-10-11T19:20:48.463Z","updated_at":"2025-10-11T19:20:49.841Z","avatar_url":"https://github.com/ptlis.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoctrineTestcase\n\nDemonstrates a problem encountered when using a Doctrine Criteria object to filter a PersistentCollection; the required Criteria specification differs when the collection has been hydrated before the criteria is applied and when the collection will be hydrated by the application of a Criteria to PersistentCollection::matching.\n\nIf the entities have been hydrated the field names must be in camel case otherwise they must be underscore seperated.\n\n## To Test\n\nInstall dependancies\n\n    $ composer install\n\nCreate user and database, update config in app/config/parameters.yml\n\n    $ app/console doctrine:database:create\n    $ app/console doctrine:schema:update --force\n    $ app/console app/console doctrine:fixtures:load\n\nVisit these URLs to view the results of the matrix of possibilities between hydrated/non-hydrated entities and camel case/underscore separated fields.\n\n    http://localhost/app_dev.php/hydrated_working\n    http://localhost/app_dev.php/hydrated_not_working\n    http://localhost/app_dev.php/non_hydrated_working\n    http://localhost/app_dev.php/non_hydrated_not_working\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptlis%2Fdoctrinetestcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptlis%2Fdoctrinetestcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptlis%2Fdoctrinetestcase/lists"}