Kees Meijer

Results 8 issues of Kees Meijer

As mentioned in https://github.com/wp-cli/wp-cli/issues/2119#issuecomment-148115945, you can't test against other WP versions than the version in the `$WP_CORE_DIR` directory. As I see it there are two reasons this exists. * To...

command:scaffold-plugin-tests

In e482b28d6cb3761f0a2d69a2ea97fd19a0b22e7a the [phpdocumentor/reflection](https://github.com/phpDocumentor/Reflection) requirement was updated to version 3. This change also updated the [nikic/php-parser](https://github.com/nikic/PHP-Parser) requirement (from phpdocumentor/reflection) to version 1. In that version of the PHP Parser all...

The (travis-ci) unit tests are failing because not all PHPUnit versions are compatible with the `WP_UnitTestCase` class from WordPress. This pull requests replaces the [ hard coded WP version](https://github.com/WordPress/phpdoc-parser/blob/e482b28d6cb3761f0a2d69a2ea97fd19a0b22e7a/.travis.yml#L18) (4.3)...

As disscussed in [ticked #2847](https://meta.trac.wordpress.org/ticket/2847) there is no easy way to query for posts with these type of change versions. This pull request imports the different change versions as post...

As discussed in #198 there should be a filter to skip directories before importing files. This PR adds three filters to exclude directories and files before import. **Note**: I've closed...

Before commit e482b28d6cb3761f0a2d69a2ea97fd19a0b22e7a the PHPUnit tests used to work with PHPUnit 4. Now I get this error for half of the unit tests. ``` 1) WP_Parser\Tests\Export_Docblocks::test_linebreaks_removed Undefined property: PhpParser\Node\Stmt\Function_::$uses /app/public/wp-content/plugins/phpdoc-parser/lib/class-file-reflector.php:174...

DocBlocks outside a conditional are not imported if there are other filters (with DocBlocks) within the conditional. ### Example 1 In this example DocBlock 2 is not imported for the...

bug

I was checking out your Gutenberg block, and it worked fine at first. But after a while I get the same error as described here: https://github.com/WordPress/gutenberg/issues/4043 ``` TypeError columnNumber: 24486...