PHPackages                             webforge/testplate - 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. webforge/testplate

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

webforge/testplate
==================

Testplate for webforge for base testcases

1.6.0(8y ago)02.3k[2 issues](https://github.com/webforge-labs/webforge-testplate/issues)9MITPHP

Since Sep 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/webforge-labs/webforge-testplate)[ Packagist](https://packagist.org/packages/webforge/testplate)[ RSS](/packages/webforge-testplate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (12)Used By (9)

webforge-testplate
==================

[](#webforge-testplate)

Testplate for webforge for base testcases

installation
------------

[](#installation)

Use [Composer](http://getcomposer.org) to install.

```
composer require -v --prefer-source webforge/testplate:dev-master

```

to run the tests use:

```
phpunit

```

configuration
-------------

[](#configuration)

if you want to use the `getFile()` or other file helpers you need to

```
$bootLoader->registerPackageRoot();
```

in your bootstrap.php. If you use `registerCMSContainer` this is already done.

usage (css tester)
------------------

[](#usage-css-tester)

if you install `webforge/dom` along testplate you can use fancy css tests (when you extend from `Webforge\Code\Test\Base`). In your class implement: `Webforge\Code\Test\HTMLTesting` (base is already doing this, you only have to enable it)

```
$this->html = count(1)
  ->css('h1')->count(1)->hasClass('active')->end()
   ->css('div.mitarbeiter')->count(2)->end()
 ;
```

[See here for a more detailed documentation](http://wiki.ps-webforge.com/psc-cms:dokumentation:css-tester)

usage (guzzle)
--------------

[](#usage-guzzle)

[See here for testing with guzzle](docs/guzzle-mocker.md)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

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 ~152 days

Recently: every ~360 days

Total

11

Last Release

3098d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc659f3d1fe2fd98e62c9ac16965126a8b2c7f3fe7fad3b7c6c5f548c46e0c27?d=identicon)[pscheit](/maintainers/pscheit)

---

Top Contributors

[![pscheit](https://avatars.githubusercontent.com/u/488189?v=4)](https://github.com/pscheit "pscheit (91 commits)")

### Embed Badge

![Health badge](/badges/webforge-testplate/health.svg)

```
[![Health](https://phpackages.com/badges/webforge-testplate/health.svg)](https://phpackages.com/packages/webforge-testplate)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M678](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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