php-phpspec - Specification-oriented BDD framework for PHP
- Website:
- https://github.com/phpspec/phpspec
- Licence:
- MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
phpspec is a tool which can help you write clean and working PHP code using behaviour driven development or BDD. BDD is a technique derived from test-first development. BDD is a technique used at story level and spec level. phpspec is a tool for use at the spec level or SpecBDD. The technique is to first use a tool like phpspec to describe the behaviour of an object you are about to write. Next you write just enough code to meet that specification and finally you refactor this code.
Packages
php-phpspec-7.4.0-1.remi.src | [530 KiB] |
Changelog by Remi Collet (2023-04-25):
- update to 7.4.0 - allow sebastian/exporter 5 - allow doctrine/instantiator 2 |
php-phpspec-7.3.0-1.remi.src | [529 KiB] |
Changelog by Remi Collet (2022-12-15):
- update to 7.3.0 |
php-phpspec-7.2.0-1.remi.src | [521 KiB] |
Changelog by Remi Collet (2022-03-14):
- update to 7.2.0 |
php-phpspec-7.1.0-1.remi.src | [181 KiB] |
Changelog by Remi Collet (2021-06-21):
- update to 7.1.0 |
php-phpspec-7.0.1-1.remi.src | [179 KiB] |
Changelog by Remi Collet (2021-01-06):
- update to 7.0.1 |
php-phpspec-7.0.0-1.remi.src | [179 KiB] |
Changelog by Remi Collet (2020-11-03):
- update to 7.0.0 - raise dependency on PHP 7.3 - raise dependency on Symfony 4.4 |
php-phpspec-6.3.0-1.remi.src | [182 KiB] |
Changelog by Remi Collet (2020-11-02):
- update to 6.3.0 |
php-phpspec-6.2.2-1.remi.src | [181 KiB] |
Changelog by Remi Collet (2020-10-29):
- update to 6.2.2 - switch to phpunit9 |