Ryan RAJKOMAR
Ryan RAJKOMAR
Hello, Could you implement the factory-service and factory-method properties for the services annotations (@Service) ? It would allow peapole to do something like this using annotations : inject directly the...
There's currently no way to manipulate the labels that are affected to a specific MR from the IDE.
The following translation unit seems to not be recognized properly. ``` (?:[^"]|\\")*)" ne devrait pas être cochée$/]]> ``` The following one however works as expected : ``` [^"]*)" devrait être...
The not blank constraitn check should trim the value before cheking if it's empty. Currently a textarea filled with empty spaces will be evaluated to a not empty value when...
When I define a BeforeSuite hook using the attribute syntax, the method is never run. ``` use Behat\Testwork\Hook\Call\BeforeSuite; [...] #[BeforeSuite] public static function beforeSuite(): void { echo 'Not run'; }...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | no I noticed...
The presence of the `!` character in ```` $dateTime = DateTime::createFromFormat('!'.$format, $value); ```` causes an issue when testing without specifiying a year: ``` Assertion::date('29/02', 'd/m'); ```` because the year is...