Download the PHP package imjoehaines/flowdception without Composer
On this page you can find all versions of the php package imjoehaines/flowdception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imjoehaines/flowdception
More information about imjoehaines/flowdception
Files in imjoehaines/flowdception
Package flowdception
Short Description A Codeception Extension for Flowder
License Unlicense
Homepage https://github.com/imjoehaines/flowdception
Informations about the package flowdception
Flowdception
Flowdception is a Codeception Extension for integrating the Flowder fixture loader into Codeception test suites.
Usage
-
Install Flowdception as a development dependency through Composer
-
Enable Flowdception as an extension in your main
codeception.yml
, or a specific suite's YAML configuration file (e.g.integration.suite.yml
) -
Bootstrap Flowdception by calling
Flowdception::bootsrap
in one of your_bootstrap.php
Codeception files, passing in an instance of\Imjoehaines\Flowder\Flowder
(see the Flowder documentation for more information).A simple SQLite example might look like this:
- That's it! Before any Codeception test file runs, Flowder will load your fixture data for you