PHPackages                             tddbc/phpunit\_skeleton - 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. tddbc/phpunit\_skeleton

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

tddbc/phpunit\_skeleton
=======================

skeleton for php users.

7279[1 issues](https://github.com/tddbc/php_phpunit/issues)[1 PRs](https://github.com/tddbc/php_phpunit/pulls)PHPCI failing

Since Jul 12Pushed 5y ago23 watchersCompare

[ Source](https://github.com/tddbc/php_phpunit)[ Packagist](https://packagist.org/packages/tddbc/phpunit_skeleton)[ RSS](/packages/tddbc-phpunit-skeleton/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

TDDBC for PHP with PHPUnit
==========================

[](#tddbc-for-php-with-phpunit)

これは、TDDBCのPHP向けPHPUnitプロジェクトです。

動作環境
----

[](#動作環境)

- PHP7.3以上
    - PHP7.2の場合は、[https://github.com/tddbc/php\_phpunit/tree/phpunit-8](https://github.com/tddbc/php_phpunit/tree/phpunit-8) を利用してください

セットアップ
------

[](#セットアップ)

```
curl -sS https://getcomposer.org/installer | php
php composer.phar install
```

`./vendor/bin/phpunit`を実行して

```
$ ./vendor/bin/phpunit
PHPUnit 9.2.5 by Sebastian Bergmann and contributors.

.                                                                   1 / 1 (100%)

Time: 00:00.683, Memory: 4.00 MB

OK (1 test, 1 assertion)
$
```

のようにテストが正常終了すればOKです。

testdox アノテーションについて
-------------------

[](#testdox-アノテーションについて)

`make test`でのテスト実行時に TestDox 形式で結果が出力されるようになっています。

クラスやメソッドの PHPDoc に`@testdox XXX`と記述することでテスト結果の出力を任意の文字列にすることができます。

記述方法については [ExampleTest.php](https://github.com/tddbc/php_phpunit/blob/master/tests/Tddbc/ExampleTest.php) を参照してください。

ライセンス
-----

[](#ライセンス)

三条項BSDライセンス (3-clause BSD license)です。 詳しくはプロジェクト直下のLICENSEを読んでください。

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/c90f799783287f5867e5c97280547aebe6f8c93ed28e30dc5ecd84094930f944?d=identicon)[NEKOGET](/maintainers/NEKOGET)

---

Top Contributors

[![twada](https://avatars.githubusercontent.com/u/19881?v=4)](https://github.com/twada "twada (12 commits)")[![grimrose](https://avatars.githubusercontent.com/u/623724?v=4)](https://github.com/grimrose "grimrose (10 commits)")[![kazweda](https://avatars.githubusercontent.com/u/948237?v=4)](https://github.com/kazweda "kazweda (6 commits)")[![choco14t](https://avatars.githubusercontent.com/u/8362391?v=4)](https://github.com/choco14t "choco14t (3 commits)")[![nishigori](https://avatars.githubusercontent.com/u/928692?v=4)](https://github.com/nishigori "nishigori (2 commits)")

### Embed Badge

![Health badge](/badges/tddbc-phpunit-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/tddbc-phpunit-skeleton/health.svg)](https://phpackages.com/packages/tddbc-phpunit-skeleton)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

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

14429.2M359](/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)
