Skip to content

Helper that decorates any SUS with a PhpSpec lazy object wrapper

License

Notifications You must be signed in to change notification settings

JankariTech/phpspec-expect

 
 

Repository files navigation

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.

About

Helper that decorates any SUS with a PhpSpec lazy object wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%