weew/helpers-phpspec

phpspec的基本辅助函数。

v1.0.3 2016-07-21 11:18 UTC

This package is not auto-updated.

Last update: 2024-09-10 21:25:49 UTC


README

Build Status Test Coverage Version Licence

目录

安装

composer require weew/helpers-phpspec

简介

这个小巧的库提供了对phpspec工作有用的各种辅助函数。

函数

it

将值包装到Subject中,以便在phpspec测试套件/上下文之外进行期望。

Bossa\PhpSpec\Expect\Subject it(mixed $subject)