friends-of-phpspec/phpspec-expect

装饰任何SUS的phpspec懒加载对象包装器辅助工具

4.0.1 2021-01-20 22:09 UTC

This package is auto-updated.

Last update: 2024-09-22 00:23:16 UTC


README

Latest Stable Version Total Downloads Continuous Integration License

phpspec-expect

安装

将此包作为项目的开发依赖项安装

$ composer require --dev friends-of-phpspec/phpspec-expect

用法

在某个示例内部

expect(file_exists('dummy.txt'))->toBe(true);

兼容性

作者

版权 (c) 2017-2020 BossaConsulting (https://github.com/BossaConsulting/phpspec2-expect).

许可

许可协议为MIT License.