承接 approvals/approval-tests 相关项目开发

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

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

approvals/approval-tests

Composer 安装命令:

composer require approvals/approval-tests

包简介

Approval Testing for your legacy projects.

README 文档

README

build

License

Table of Contents

ApprovalTests.PHP

Capturing Human Intelligence - ApprovalTests is an open source assertion/verification library to aid unit testing.

It is compatible with PHPUnit

What can it be used for?

Approval Tests can be used for verifying objects that require more than a simple assert. They also come prepackaged with utilities for some common scenarios including

  • HashMaps & Collections
  • Long Strings
  • Log Files
  • Xml
  • Html
  • Json (see features)

How to get it

It's on Packagist; search for 'approval-tests'. If you're using Composer, you can add it as follows:

composer req --dev approvals/approval-tests

Video Tutorials

You can watch a bunch of short videos on getting started and using ApprovalTests at YouTube. These cover approval tests in Java and .NET, but the same concepts apply.

Podcasts

If you prefer auditory learning, you might enjoy the following podcast (Note: Some of these talk about the .Net and Java side)

Examples

ApprovalTests eats it own dogfood, so the best examples are in the source code itself.

None the less, Here's a quick look at some Sample Code

class ApprovalTest extends TestCase
{
    public function testVerifyArray()
    {
        $list = ['zero', 'one', 'two', 'three', 'four', 'five'];
        Approvals::verifyList($list);
    }

snippet source | anchor

Will Produce a File

[0] -> zero
[1] -> one
[2] -> two
[3] -> three
[4] -> four
[5] -> five

snippet source | anchor

Simply rename this to ApprovalTest.testVerifyArray.approved.txt and the test will now pass.

Approved File Artifacts

The *.approved.* files must be checked into source your source control. This can be an issue with git as it will change the line endings. The suggested fix is to add *.approved.* binary to your .gitattributes

More Info

LICENSE

Apache 2.0 License

Questions?

twitter: @LlewellynFalco or @notthatjoshkel or #ApprovalTests

统计信息

  • 总下载量: 275.9k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 31
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 31
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固