Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from juzna/patch-1
Browse files Browse the repository at this point in the history
Fixed wrong link
  • Loading branch information
olbrich committed Aug 8, 2012
2 parents 164f6f9 + 00807a2 commit cb237a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cuke4php
======== ========


This project implements the cucumber wire protocol for PHP projects. This project implements the cucumber wire protocol for PHP projects.
Information about the wire protocol: http://wiki.github.com/aslakhellesoy/cucumber/wire-protocol Information about the wire protocol: http://wiki.github.com/cucumber/cucumber/wire-protocol


Using this protocol it is possible to directly interact with PHP code at any level without the need for a web server. To accomplish this, when cucumber is running against a directory containing feature files and it cannot resolve a particular step definition, it will ask a known wire server (as defined in a .wire file) to interpret and run those steps. Using this protocol it is possible to directly interact with PHP code at any level without the need for a web server. To accomplish this, when cucumber is running against a directory containing feature files and it cannot resolve a particular step definition, it will ask a known wire server (as defined in a .wire file) to interpret and run those steps.


Expand Down

0 comments on commit cb237a7

Please sign in to comment.