Name: | php-phpspec |
---|---|
Version: | 2.2.1 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 431240 |
License: | MIT |
RPM: | php-phpspec-2.2.1-1.el7.noarch.rpm |
Source RPM: | php-phpspec-2.2.1-1.el7.src.rpm |
Build Date: | Fri Dec 08 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/phpspec/phpspec |
Summary: | Specification-oriented BDD framework for PHP |
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. |