friends-of-phpspec / phpspec-expect
装饰任何SUS的phpspec懒加载对象包装器辅助工具
4.0.1
2021-01-20 22:09 UTC
Requires
- php: >=7.3
- phpspec/phpspec: ^6.0 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^7.0 || ^8.0 || ^9.0
- squizlabs/php_codesniffer: ^3.5
README
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.