/pcs-test

A PCS client extension testing every PCS feature

Primary LanguageCOtherNOASSERTION

The PCS test extension

Checking every PCS feature cannot be done using the PHP usual test framework only. An additional 'PCS client' extension is required. For various reasons, this extension cannot be included in the PCS source tree. So, it is published here.

Usage

First, install and activate the PCS extension.

Then, compile this extension and run tests :

phpize
./configure
make test