Martin Århof
Martin Århof
- Added "real" migrations - Tests works with both sqlite and mysql (and yes the blog_test.sqlite file are deleted), I can not test with postgres at the moment What this...
Why not use migrations to create the database, instead of relying on sqlite, so other RDBMS could be used I will gladly make real migrations to use if needed
is it possible to make a oh-my-zsh plugin, and push it
``` php $url = '152/152.pdf'; $this->filesystem = @gaufrette.invoice_filesystem // Symfony service $this->filesystem->has($url); // FALSE $this->filesystem->getAdapter()->exists($url); // FALSE $this->filesystem->getAdapter()->read($url); // Gives me the PDF file $this->filesystem->get($url); // Exception FileNotFound ``` The...
On a whole new project, if you use the extract command, all the `` tags are empty, even on the default locale. Wouldnt it be nice to have a command...
Installed with ``` composer require phpcheckstyle/phpcheckstyle --dev ``` Installed version `V0.14.7` Running `vendor/bin/phpcheckstyle` or `vendor/bin/phpcheckstyle -h` Recieved: `Could not open input file: vendor/bin/run.php` Changed version to dev-master - using commit...
After an upgrade from symfony 4.4 to symfony 5.1 with all the doctrine dependencies, and also an remove of `liip/functional-test-bundle` and instead install of `liip/test-fixtures-bundle` Some dependencies that have been...
- List of what keys are able, just like in htop - fast overview :) - How to force delete a image? `409 Client Error: Conflict ("b'conflict: unable to delete...
In a choicetype form element, Im using a Enumtype for choices ``` $builder->add('gender', ChoiceType::class, [ 'label' => 'Gender', 'choices' => GenderEnumType::getChoices(), 'required' => $options['fullprofile'], 'validation_groups' => $validationGroups, ]); ``` The...
Tests :)
Should properly add some tests, so tags wouldnt be created with errors