mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
[PR #35] [CLOSED] Yaml driver #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/KeyValueStore/pull/35
Author: @EmanueleMinotto
Created: 9/18/2015
Status: ❌ Closed
Base:
master← Head:yaml-driver📝 Commits (3)
00c8e1fchanged annotations namespace to follow doctrine/doctrine20f6efb7added YAML driver (+ tests)927fc52temporary solution📊 Changes
14 files changed (+233 additions, -38 deletions)
View changed files
📝
lib/Doctrine/KeyValueStore/Mapping/Driver/AnnotationDriver.php(+16 -5)➕
lib/Doctrine/KeyValueStore/Mapping/Driver/YamlDriver.php(+103 -0)📝
lib/Doctrine/KeyValueStore/Mapping/Entity.php(+3 -2)📝
lib/Doctrine/KeyValueStore/Mapping/Id.php(+3 -2)📝
lib/Doctrine/KeyValueStore/Mapping/Transient.php(+3 -2)📝
tests/Doctrine/Tests/KeyValueStore/Functional/BasicCrudTestCase.php(+39 -7)📝
tests/Doctrine/Tests/KeyValueStore/Functional/InheritanceTest.php(+14 -6)📝
tests/Doctrine/Tests/KeyValueStore/Functional/PersistTest.php(+24 -7)📝
tests/Doctrine/Tests/KeyValueStoreTestCase.php(+12 -4)➕
tests/Doctrine/Tests/fixtures/Doctrine.Tests.KeyValueStore.Functional.ChildEntity.dcm.yml(+3 -0)➕
tests/Doctrine/Tests/fixtures/Doctrine.Tests.KeyValueStore.Functional.ParentEntity.dcm.yml(+3 -0)➕
tests/Doctrine/Tests/fixtures/Doctrine.Tests.KeyValueStore.Functional.PersistEntity.dcm.yml(+3 -0)➕
tests/Doctrine/Tests/fixtures/Doctrine.Tests.KeyValueStore.Functional.Post.dcm.yml(+4 -0)📝
tests/bootstrap.php(+3 -3)📄 Description
Should be a solution (a first draft at least) for #13
The identifier can also be a string. A single attribute as identifier should be a common thing, I guess.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.