Thomas Landauer
Thomas Landauer
See the [Symfony Yaml Component](https://symfony.com/blog/new-in-symfony-3-2-php-constants-in-yaml-files): ```yaml browser: !php/const App\Tests\acceptance\FooCest::BROWSER ```
When using `$I->wantTo('foo');` in an acceptance or functional test, I get "foo" displayed next to the test file (instead of the test name) in the console when running the tests:...
With this in my `funcional.suite.yml` ```yaml extensions: enabled: - Codeception\Extension\RunProcess: 0: 'bin/console doctrine:fixtures:load --no-interaction --env=test' ``` ... I'm having the issue that the first database query in my cest still...
I just want to make you aware of https://github.com/symfony/symfony/issues/46546 In short: The workaround (`scanDirectories`) I added in https://github.com/phpstan/phpstan-symfony/pull/190 isn't working anymore. So the question is: If the Symfony guys don't...
I guess the title doesn't really say it all ;-) So let me show you what I have: ```php foreach($users as $user) { // If the user is not OK...
`doctrine/orm` 2.12.0 now supports arrays of enums, see https://github.com/doctrine/orm/pull/9497 This is the syntax: ```php #[ORM\Column(type: Types::SIMPLE_ARRAY, length: 255, nullable: true, enumType: Foo::class)] private array $foo = []; ``` phpstan is...
Since DBAL 3.0 (see https://github.com/doctrine/migrations/pull/1028), the message currently reads for SQLite: > Careful, database "" will be purged. Do you want to continue? (yes/no) Neither @Ocramius (see https://github.com/doctrine/dbal/pull/3606#discussion_r292713610) nor me...
As promised in https://github.com/Payum/Payum/issues/787#issuecomment-448248663 :-) I'm not done yet...
When doing ```bash composer require "payum/payum-bundle" "payum/offline" "php-http/guzzle6-adapter" ``` ...as explained at https://github.com/Payum/Payum/blob/master/docs/symfony/get-it-started.md I'm getting this error (Symfony 4.2.1): > Executing script cache:clear [KO] [KO] Script cache:clear returned with error...
I don't know if this is a general issue, or just regarding the Sofort gateway: When submitting a wrong URL, Sofort gives this error message "Error: 8016:Must be a valid...