PHPackages                             xtntx/cake-jetbrains-test - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. xtntx/cake-jetbrains-test

ActiveCakephp-plugin[Testing &amp; Quality](/categories/testing)

xtntx/cake-jetbrains-test
=========================

Bridge between CakePHP and Jetbrains IDE test runner

2.1.0(5y ago)051.6kMITPHP

Since Mar 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/xTNTx/CakeJetbrainsTest)[ Packagist](https://packagist.org/packages/xtntx/cake-jetbrains-test)[ Docs](https://github.com/xTNTx/CakeJetbrainsTest)[ RSS](/packages/xtntx-cake-jetbrains-test/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

CakeJetbrainsTest
=================

[](#cakejetbrainstest)

This plugin allows to launch CakePHP 2 application unit tests using JetBrains IDEs (IntelliJ IDEA and PhpStorm). Inspired by [this](https://gist.github.com/maartenba/4529548) gist.

\##Installation

\###Composer Add the plugin to your project's `composer.json` - something like this:

```
    {
        "require": {
            "xtntx/cake-jetbrains-test": "2.*"
        }
    }

```

\###Manual Clone or download repository into your plugin directory:

```
    cd app/Plugin
    git clone git@github.com:xTNTx/CakeJetbrainsTest.git

```

\##Configuration

- Load the plugin in your `app/Config/bootstrap.php` file:

    ```
      CakePlugin::load('CakeJetbrainsTest');

    ```
- Configure IDE. Go to `Run > Edit Configurations..`, select `Defaults > PHPUnit` and put your path to plugin's shell into `Interpreter options`

    ```
      -f {path to project}\app\Console\cake.php CakeJetbrainsTest.jetbrains_test

    ```

\##Compatibility

Tested on CakePHP 2.5, 2.6

\##Known issues

Directory test scope is not supported at this moment.

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1980 days

Total

2

Last Release

2104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d1638b492d7e2641ead32c2d6521c9fe401923569865a6f33a61c60e5295856?d=identicon)[xTNTx](/maintainers/xTNTx)

---

Top Contributors

[![xTNTx](https://avatars.githubusercontent.com/u/1752004?v=4)](https://github.com/xTNTx "xTNTx (6 commits)")

---

Tags

phpunitphpstormcakephpidea

### Embed Badge

![Health badge](/badges/xtntx-cake-jetbrains-test/health.svg)

```
[![Health](https://phpackages.com/badges/xtntx-cake-jetbrains-test/health.svg)](https://phpackages.com/packages/xtntx-cake-jetbrains-test)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.3k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[johnkary/phpunit-speedtrap

Find and report on slow tests in your PHPUnit test suite

78137.2M121](/packages/johnkary-phpunit-speedtrap)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69417.9M511](/packages/spatie-phpunit-snapshot-assertions)[dg/bypass-finals

Removes final keyword from source code on-the-fly and allows mocking of final methods and classes

56426.3M455](/packages/dg-bypass-finals)[phpspec/prophecy-phpunit

Integrating the Prophecy mocking library in PHPUnit test cases

19254.9M1.4k](/packages/phpspec-prophecy-phpunit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
