PHPackages                             zf2-boiler-app/app-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. zf2-boiler-app/app-test

ActiveLibrary[Testing &amp; Quality](/categories/testing)

zf2-boiler-app/app-test
=======================

ZF2 BoilerApp tests tools

0241PHP

Since Oct 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zf2-boiler-app/app-test)[ Packagist](https://packagist.org/packages/zf2-boiler-app/app-test)[ RSS](/packages/zf2-boiler-app-app-test/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 BoilerApp "Test" module
===========================

[](#zf2-boilerapp-test-module)

[![Build Status](https://camo.githubusercontent.com/695ae96cfa7ed3829e89d38745210eb2e6c94920cff6c7ab11505dcac96960fd/68747470733a2f2f7472617669732d63692e6f72672f7a66322d626f696c65722d6170702f6170702d746573742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/zf2-boiler-app/app-test)[![Latest Stable Version](https://camo.githubusercontent.com/ee5c57e802e2eb94ef5ec101541cf024b54eebd48f1d531c9a103948515319fe/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d746573742f762f737461626c652e706e67)](https://packagist.org/packages/zf2-boiler-app/app-test)[![Total Downloads](https://camo.githubusercontent.com/ec260d3e07a1c8dd300c03e04713bab3241491709ce4e0b2476c50073e918afa/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d746573742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/zf2-boiler-app/app-test)

NOTE : This module is in heavy development, it's not usable yet. If you want to contribute don't hesitate, I'll review any PR.

Introduction
------------

[](#introduction)

**ZF2 BoilerApp "Test" module** is a Zend Framework 2 module that provides tools to test modules of ZF2 BoilerApp

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require-dev": {
        "zf2-boiler-app/app-test": "dev-master"
    }
    ```
2. Now tell composer to download **ZF2 BoilerApp Test module** by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `TestConfig.php.dist` file.

    ```
    return array(
        'modules' => array(
            // ...
            'BoilerAppTest',
        ),
        // ...
    );
    ```
2. Create the `Bootstrap.php` file

    ```
    namespace MyModuleTest;
    error_reporting(E_ALL | E_STRICT);
    chdir(dirname(__DIR__));
    if(is_readable($sBoilerAppTestBootstrapPath = __DIR__.'/../vendor/zf2-boiler-app/app-test/src/BoilerAppTest/AbstractBootstrap.php'))include $sBoilerAppTestBootstrapPath;
    if(!class_exists('BoilerAppTest\AbstractBootstrap'))throw new \RuntimeException('Unable to load BoilerAppTest Bootstrap. Install required libraries through `composer`');
    class Bootstrap extends \BoilerAppTest\AbstractBootstrap{}
    Bootstrap::init();
    ```

Features
--------

[](#features)

\####Bootstraping

- Application and test configuration autoloading
- Service manager accessor

\####Doctrine

- Database auto creator
- Fixture autoloading

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cd480ea3050a483f3e08c365a6d847402b4edb110d706111d13ef33b845ef9f?d=identicon)[neilime](/maintainers/neilime)

---

Top Contributors

[![neilime](https://avatars.githubusercontent.com/u/314088?v=4)](https://github.com/neilime "neilime (51 commits)")

### Embed Badge

![Health badge](/badges/zf2-boiler-app-app-test/health.svg)

```
[![Health](https://phpackages.com/badges/zf2-boiler-app-app-test/health.svg)](https://phpackages.com/packages/zf2-boiler-app-app-test)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14228.7M341](/packages/dms-phpunit-arraysubset-asserts)[phpbenchmark/phpbenchmark

Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses

8011.5k2](/packages/phpbenchmark-phpbenchmark)

PHPackages © 2026

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