Greg Szczotka

Results 5 issues of Greg Szczotka

this code fails (this is javascript, selenium with phantomjs): ``` php $randomEmail = md5(uniqid(rand(), true)).'@email.com'; $this->fillField($field, $randomEmail); $this->assertFieldContains($field, $randomEmail); ``` with the following error: The field "app_bundle_members_type[members][0][personalData][email]" value is "3fbba3dfbb710e97fd56",...

#### Description When using Redis Cache there is no way to set redis cache expiry. Url params are not taken into account #### Steps to Reproduce Steps to reproduce the...

bug

Is it possible to use more advanced options like this code: ``` javascript $(document).ready(function() { $('#example').DataTable( { "columnDefs": [ { // The `data` parameter refers to the data for the...

Given the query ``` php $qb->select("c, u, p, a, pd, ad, GEO_DISTANCE_BY_POSTAL_CODE('GB', :postcode, 'GB', ad.outerPostcode) AS distance"); ``` the count query fails as it strips the select clause. quick fix...