Install this package as a development dependency in your project:
$ composer require --dev friends-of-phpspec/phpspec-expect
Inside some example:
expect(file_exists('dummy.txt'))->toBe(true);
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.
Copyright (c) 2017-2020 BossaConsulting (https://github.com/BossaConsulting/phpspec2-expect).
Licensed under MIT License.