Thomas Praxl
Thomas Praxl
I'm trying to use xsd2php for OTA 2003/05 / 2014A-1.0. In addition to #71, there's also a problem with the following definition in OTA_SimpleTypes.xsd ```xml A construct to validate either...
I have been researching this for some hours now and I'm stuck. I'm working with laravel 5.3. Other specs are listed below. Calling `$this->visit(route('customer.add'))` returns cached page content, which is...
I kindly request to add `stringContainsInAnyOrder` as a complement to `stringContainsInOrder`. It matches if all of the substrings are contained within the subject, regardless of the order. I'm aware that...
This commit addresses circular dependencies between index.js and promise.js, as well as within files in the lib directory such as pool.js and pool_connection.js. It introduces a new common.js module to...
### What Happened I set up a simple plain php application with pest (see below for bash setup and resulting composer.json). Then I ran `vendor/bin/pest --init`. The generated code is...