friends-of-phpspec/phpspec-expect

Helper that decorates any SUS with a phpspec lazy object wrapper

4.0.1 2021-01-20 22:09 UTC

This package is auto-updated.

Last update: 2024-08-22 00:06:25 UTC


README

Latest Stable Version Total Downloads Continuous Integration License

phpspec-expect

Install

Install this package as a development dependency in your project:

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

Usage

Inside some example:

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

Compatibility

Authors

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

License

Licensed under MIT License.