ScreamingDev
ScreamingDev
A new command asserts that no major, minor or patch changed were made: ``` # assert that this is a major change (must contain at least on major change) bin/phpsemver...
As I set my language to "de" ``` default: translation: locale: de extensions: Behat\MinkExtension: sessions: default: goutte: ~ emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: html renderer: Twig formatters: html: output_path: %paths.base%/var/behat autoload: '': %paths.base%/tests/features/bootstrap...
### Situation - Gimli handles all Markdown in the folder - Gimli handles one Markdown in the folder ### Problem - Gimli does not handle 2,3,4,... files only ### Solution...
Right now there are columns like: * Call Count * Self Wall Time * Self CPU But the really interesting information is: * Wall Time per Call (= Self Wall...
```yaml Foo: someFoo: abc: "source and solution to all our problems" Bar: someBar: beer: "@someFoo->abc" ``` The value resolver usually copy a value from one item to another when using...
Currently with every step the feature step implementations look on the whole HTML tree. This leads to problems (esp. in lists) as some buttons, labels and other could be duplicate....
Po-Files can have multiline strings: ``` #. Description of the plugin/theme msgid "" "Twenty Sixteen is a modernized take on an ever-popular WordPress layout — " "the horizontal masthead with...
RFI would be: ``` require $_POST['x']; require $foo; require SOME_BAR_CONST; ``` After a short search I found no solution but what about this? ``` require parse_url( $foo, PHP_URL_PATH ); ```...
PHPUnit has the feature to be strict about covers annotation. Test subjects may use multiple very commonly used methods. which would force you to write every single commonly used method...
First of all: The response object does not seem to be reset between test suites. [I got a simple test](https://github.com/sourcerer-mike/magento-devMode/blob/master-v0.4/app/code/community/LeMike/DevMode/Test/Controller/ToolboxTest.php#L34) with at least these lines: ``` // inline translation disabled...