Norbert Orzechowicz
Norbert Orzechowicz
Sometimes we have elements that have very same logic but different parameters describes them so its impossible to get them directly from Page Object. It would be nice to have...
In project I'm currently working on, we had a following scenario step: ``` And json response should match: """ { "limit": 10, "offset": 0, "count": 1, "wins": @[email protected](1) } """...
Due to broken definitions of amazon sp API models we need to adjust some arguments/return types in this SDK. This operation is done through [rector](https://github.com/amazon-php/sp-api-sdk/blob/5.x/rector-php.php) however sometimes while generating new...
Because code was released during my talk at phpcon 2015 I never had enough time to write anything about the repo. Simple explanation about each layer destination would be enough....
Because of the internal index in [PSRSimpleCache](https://github.com/flow-php/flow/blob/1.x/src/core/etl/src/Flow/ETL/Cache/PSRSimpleCache.php#L54) every single time we want to add something into the cache, we need to perform following operations: - check if an index exists...