PHPackages                             wp-content-framework/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. [Framework](/categories/framework)
4. /
5. wp-content-framework/test

ActiveLibrary[Framework](/categories/framework)

wp-content-framework/test
=========================

Wordpress content framework

v1.0.68(4y ago)08.3kGPL-2.0+PHPPHP &gt;=5.6.0

Since Jan 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/wp-content-framework/test)[ Packagist](https://packagist.org/packages/wp-content-framework/test)[ Docs](https://github.com/wp-content-framework)[ Fund](https://paypal.me/technote0space)[ RSS](/packages/wp-content-framework-test/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (88)Used By (0)

WP Content Framework (Test module)
==================================

[](#wp-content-framework-test-module)

[![CI Status](https://github.com/wp-content-framework/test/workflows/CI/badge.svg)](https://github.com/wp-content-framework/test/actions)[![License: GPL v2+](https://camo.githubusercontent.com/ec6306119631a4bc812f4abc1b429674bd65410ae0ef38af01f43483fccc51ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076322532422d626c75652e737667)](http://www.gnu.org/licenses/gpl-2.0.html)[![PHP: >=5.6](https://camo.githubusercontent.com/24e105d26965e27afba3dec59eea2ba78bee68047b1762c7be0ba98945ef774e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344352e362d6f72616e67652e737667)](http://php.net/)[![WordPress: >=3.9.3](https://camo.githubusercontent.com/073615bc0d72d97c86c2b3cb3fdbb1f0453a0de432bbe30a48aa8a0d61bec8cf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726450726573732d253345253344332e392e332d627269676874677265656e2e737667)](https://wordpress.org/)

[WP Content Framework](https://github.com/wp-content-framework/core) のモジュールです。

Table of Contents
-----------------

[](#table-of-contents)

Details- [要件](#%E8%A6%81%E4%BB%B6)
- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
    - [依存モジュール](#%E4%BE%9D%E5%AD%98%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB)
    - [テストの追加](#%E3%83%86%E3%82%B9%E3%83%88%E3%81%AE%E8%BF%BD%E5%8A%A0)
- [Author](#author)

要件
==

[](#要件)

- PHP 5.6 以上
- WordPress 3.9.3 以上

インストール
======

[](#インストール)

`composer require wp-content-framework/test`

依存モジュール
-------

[](#依存モジュール)

- [admin](https://github.com/wp-content-framework/admin)

テストの追加
------

[](#テストの追加)

- PHPUnitの追加 `composer require --dev phpunit/phpunit`
- src/classes/tests に PHP ファイル (例：sample.php) を追加

```
