承接 aedart/testing 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aedart/testing

最新稳定版本:2.3.0

Composer 安装命令:

composer require --dev aedart/testing

包简介

Various testing utilities for php

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2016-08-27