Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.48 KB

Latest Stable Version GitHub stars Total Downloads GitHub Workflow Status 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

Version 2.x supports PhpSpec 3 and PHP 5.6.

Version 3.0.x requires PhpSpec 4, and therefore requires PHP 7.

Version 3.1.x requires PhpSpec 5 and PHP 7.

Authors

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

License

Licensed under MIT License.