Daniel Siepmann

Results 78 comments of Daniel Siepmann

We can use the following to use dynamic namespaces and classes. We need this, because we 'll create namespaces and classnames from the filesystem (http://de3.php.net/manual/en/language.namespaces.dynamic.php): ``` namespace Test1 { class...

Yeah sorry this project was a "fork" of @super3 IRC-Bot on http://wildphp.com/wildphp-irc-bot I wrote the Bot to learn the principles of OOP and Namespaces and to learn how to write...

Nope, The autoloader is trying to load the Exception.php There must be an Exception and I don't know why the autoloader is trying to load the Exception-Class. It's a Class...

The underlying library added support: https://github.com/php-webdriver/php-webdriver/pull/1010 So someone with the necessary knowledge should be able to add this to the module. I need this right now and will play around...

I came up with the following: ```patch diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index 2c5b578..51492f1 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -1176,9 +1176,9 @@ class WebDriver extends CodeceptionModule implements public function click($link,...

I already opened a PR which should implement the solution. I got distracted and couldn't finish my investigation regarding acceptance tests. Feel free to step in and investigate the issue....

That's the idea :) No need to touch existing stuff from an integrator point of view. I can create a PR, but need to find some time.

I've added the issue to our next team call in order to discuss and solve the situation. Thanks for investigating.

There should now be an 0.8.0 release of the CGL package, thanks @oliverklee : https://github.com/TYPO3/coding-standards/issues/125#issuecomment-2145325791

We decided to have the goals/acceptance criteria within the template for features/tasks.