aedart/testing
最新稳定版本:2.3.0
Composer 安装命令:
composer require --dev aedart/testing
包简介
Various testing utilities for php
README 文档
README
Deprecated - Testing
Package has been replaced by aedart/athenaeum
Various utilities for testing php code.
Contents
How to install
composer require aedart/testing
Quick start
Base Unit Test Case
The UnitTestCase is an extended version of \Codeception\TestCase\Test, which automatically setups Faker and closes down Mockery once a test has been executed.
<?php use Aedart\Testing\TestCases\Unit\UnitTestCase; class MyUnitTest extends UnitTestCase { // ... Remaining not shown ... // }
License
BSD-3-Clause, Read the LICENSE file included in this package
统计信息
- 总下载量: 1.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-08-27