Download the PHP package imjoehaines/flowder-phpunit without Composer
On this page you can find all versions of the php package imjoehaines/flowder-phpunit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imjoehaines/flowder-phpunit
More information about imjoehaines/flowder-phpunit
Files in imjoehaines/flowder-phpunit
Package flowder-phpunit
Short Description A PHPUnit Listener for Flowder
License Unlicense
Homepage https://github.com/imjoehaines/flowder-phpunit
Informations about the package flowder-phpunit
Flowder PHPUnit

Flowder PHPUnit is a PHPUnit Test Listener for integrating the Flowder fixture loader into PHPUnit test suites.
Usage
-
Install Flowder PHPUnit as a development dependency through Composer
-
Enable Flowder PHPUnit as a test listener in your
phpunit.xml
file (PHPUnit documentation) -
Bootstrap Flowder PHPUnit by calling
FlowderListener::bootsrap
in your PHPUnitbootstrap.php
file, passing in an instance of\Imjoehaines\Flowder\Flowder
(see the Flowder documentation for more information).This is only necessary until PHPUnit #1873 is fixed. After this, you can configure Flowder PHPUnit through your
phpunit.xml
file instead.A simple SQLite example might look like this:
- That's it! Before any test file runs, Flowder will load your fixture data for you