Julius Beckmann
Julius Beckmann
There is no truncating. The whole table will be removed and recreated. Currently, the Schema is dropped by removing all tables from database: https://github.com/h4cc/AliceFixturesBundle/blob/master/ORM/DoctrineORMSchemaTool.php#L45 Maybe this could be changed to...
Looks like a different `ORM\DropStrategy` to me. Something not yet existing. Have you seen Alice v2.0 is out? I am thinking about upgrading this bundle to that version.
I think i found what you were trying to do: Did you try to add a Provider from Faker directly? Like: ``` services: your.faker.provider: class: Faker\Provider\DateTime tags: - { name:...
> Because every Faker provider needs the @faker.generator service as argument. This is not correct. Any class can be faker provider, it does not need to extend `Faker\Provider\Base`. So its...
I created a issue at nelmio/alice for a access to these generators: https://github.com/nelmio/alice/issues/186
I realize this could also work for `CSV.decode` when a internal keys need to be different from header row names.
https://github.com/yesmeck/hexdocset/issues/1
I cant see the cause for a change like this be needed. @enzolutions Please elborate or give examples. Drupal 8 is using the stock symfony http-kernel and http-foundation way AFAIK:...
Have not yet implemented any of these ideas. Will give feedback when i succeded, or failed...
Current state: I tried having own documents for unique field, like unique usernames for user accounts. It can be done using a user document containing `{username: alice}` and a view...