-
Hey All !
I'm trying to use the new version of "selenium/hub:4.3.0-20220726" and "selenium/node-chrome:4.3.0-20220726" with https://github.com/minkphp/MinkSelenium2Driver but facing a issue related…
-
After upgrading to Symfony 4 I get this error:
```
In XmlFileLoader.php line 485:
…
-
When opening yml file (parameters.yml here) i got the following error in phpStorm 11 EAP last release, Symfony plugin last version (108), Linux Debian 8.3.
org/jetbrains/yaml/psi/YAMLHash
java.lang.N…
-
### Symfony version(s) affected
6.2.5
### Description
`php bin/console make:user` fails with error `The indentation must be greater than zero.`.
I'm using Symfony in combination with api-platfor…
-
Hi,
Have you seen this Jenkins plugin?
https://github.com/masterthought/jenkins-cucumber-jvm-reports-plugin
What do you think about supporting this plugin (i.e. the cucumber.json format)?
https://ww…
-
Correct me if I am wrong, but Symfony2 documentation does not specify if filename of Twig template should be written in camelCase (articleDetails.html.twig) or with underscores (article_details.html.t…
-
In https://github.com/Haehnchen/idea-php-symfony2-plugin/pull/2171, the RouteParameterReference class was removed, but it's still used in PhpRouteReferenceContributor, so this exception occurs:
```…
-
Some APIs use suffix as one of the ways to define response format: `GET /posts.xml`, `GET /posts/123.json`. I think, it can be implemented in Yii2 REST as an optional feature.
-
Hi,
first of all, i want to thank you for this. I think it's a really good idea to have this rules so we all can follow the Codeigniter's coding styles.
I'm getting this error:
PHP Fatal error: Ca…
-
Suite type: functional
Codeception version 2.0.13
I have the following html:
```
One
Two
Three
```
And the following test:
```