This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 5666dc2401 Merge pull request #5854 from
lkishalmi/hcl-fix-compound-expression-grammar
new e18e99b239 Fix for PHPUnit 10 #5790
new 6ac8eac427 Detect the PHPUnit version
new 92080c71fd Merge pull request #5853 from
junichi11/php-gh-5790-phpunit10
The 8532 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../modules/php/phpunit/PhpUnitVersion.java | 87 +++++++++++++++
.../modules/php/phpunit/commands/PhpUnit.java | 119 ++++++++++++++++++++-
.../phpunit/preferences/PhpUnitPreferences.java | 22 ++++
.../php/phpunit/ui/customizer/Bundle.properties | 2 +
.../phpunit/ui/customizer/CustomizerPhpUnit.form | 31 ++++++
.../phpunit/ui/customizer/CustomizerPhpUnit.java | 119 +++++++++++++++++++++
.../phpunit/ui/options/PhpUnitOptionsPanel.form | 56 +++++-----
.../phpunit/ui/options/PhpUnitOptionsPanel.java | 50 +++++----
.../ui/options/PhpUnitOptionsPanelController.java | 48 ++++++++-
9 files changed, 487 insertions(+), 47 deletions(-)
create mode 100644
php/php.phpunit/src/org/netbeans/modules/php/phpunit/PhpUnitVersion.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists