When I run PHPUnit tests in Eclipse PDT by right clicking on the test folder and selecting Run As > PHPUnit Testm
generates this error:
I navigated to the Eclipse log file and found this text:
eclipse.buildId=4.8.0.I20180611-0500
java.version=10.0.2 java.vendor=Oracle Corporation BootLoader
constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework
arguments: -product org.eclipse.epp.package.php.product Command-line
arguments: -os win32 -ws win32 -arch x86_64 -product
org.eclipse.epp.package.php.product
This is a continuation of log file [obscured] Created Time: [obscured]
org.eclipse.core.jobs Error An internal error occurred during: "Launching phpunit-tests".
java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(Unknown Source) at org.eclipse.php.phpunit.ui.launch.PHPUnitLaunchConfigurationDelegate.setEnvironmentVariables(PHPUnitLaunchConfigurationDelegate.java:341) at org.eclipse.php.phpunit.ui.launch.PHPUnitLaunchConfigurationDelegate.launch(PHPUnitLaunchConfigurationDelegate.java:110) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:859) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039) at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
A lot of the information I've found on the internet seems outdated.
Here's a little information about my environment:
PHP Version: 7.2.9
PHPUnit Version: 7.3.2
Platform: Windows 10 Pro

