
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Parallel Test Cases Runner for PHPUnit
Composer
To install with Composer, execute the following command inside your project:
.. code-block:: bash
composer require --dev socialpoint/parallel-phpunit
After installation, the binary can be found at ``vendor/bin/parallel-phpunit``
Pip
~~~
parallel-phpunit can be installed via "pip", the Python package manager, with:
``pip install parallel-phpunit``
After installation, you can use executing ``parallel-phpunit``
Usage
-----
Usage is as follows:
.. code-block::
parallel-phpunit [-h] [--max_concurrency MAX_CONCURRENCY]
[--configuration CONFIGURATION]
[--phpunit_bin PHPUNIT_BIN]
[--test_suffix TEST_SUFFIX]
[TestCases Dirs [TestCases Dirs ...]]
positional arguments:
TestCases Dirs Directories of test cases
optional arguments:
-h, --help show this help message and exit
--max_concurrency MAX_CONCURRENCY
Max TestCase processing concurrency (8 by default)
--configuration CONFIGURATION, -c CONFIGURATION
Read configuration from XML file
--phpunit_bin PHPUNIT_BIN
phpunit bin path
--test_suffix TEST_SUFFIX
phpunit test suffix (by default Test.php)
FAQs
Parallel Test Cases Runner for PHPUnit
We found that parallel-phpunit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.