Farzad Sharif
Farzad Sharif
`assertValidationErrors()` is supposed to get an array of fields as it's first argument, However it is not clear how those field are supposed to be identified. In the docs there...
I'm using the following code, to wait for page loads e.g: after clicking links: ``` protected function waitForPageLoad(){ $this->session->wait(10000, '(document.readyState === "loading")'); $this->session->wait(10000, '(document.readyState === "complete")'); } ``` but it...
The `TraversableElement::fillField()`( which uses `Driver::setValue()` eventually) function should also work for **_select**_ type fields according to the PHPDocs. However it doesn't but using `TraversableElement::selectFieldOption()` (which uses `Driver::selectOption()` in turn) works...
Uninitialized variable passed as ace index in Problematic\AclManagerBundle\Domain\AbstractAclManager
On line 175 of the AbstractAclManager the $acl->{"update{$type}FieldAce"} function is called with the uninatialized variable $id for the index of the ACE.
`ForeignKey` definitions in SqlAlchemy accept kwargs such as `onupdate` and `ondelete` that determine the behaviour of the foreign key at the DB level. This PR adds the option to provide...
Hello and thank you for the great library. I am trying to launch a production scale RTB bidder and I this library in the process. Although there is a good...
I am executing the script using `perl perstem.pl < input > output`. `input` is a file containing the single line > کتابهاصفحه ها صفحهی صفحه ی کار کن کارکن I...