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 today

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 69% 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

2160d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1752004?v=4)[Oleg Iasinovskyi](/maintainers/xTNTx)[@xTNTx](https://github.com/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.0k955.1M155.2k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k136.1M986](/packages/brianium-paratest)[johnkary/phpunit-speedtrap

Find and report on slow tests in your PHPUnit test suite

78338.9M134](/packages/johnkary-phpunit-speedtrap)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69619.8M639](/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

57129.2M612](/packages/dg-bypass-finals)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

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