Phabric
Phabric copied to clipboard
A DB mockup / fixture creation library for Behat
Phabric's work is to insert some data and work with it, and consider existing data mapping read is not implemented in the adapter so subclass the adapter?
Useful data translations like UP DOWN, UKTOMYSQLDATE
As we already have `insert...()` and `update...()` methods, i think it would be useful to have a simple method to clean test entity. Like ``` php
Currently only updating values that were inserted by Phabric Is supported. Add ability to update other elements of the fixture. My personal opinion here is that only structure should be...
Would work roughly the same as update, only it would allow you to delete entities from steps.
Currently no escaping. Have to think how to implement this / also is it necessary. Not a customer facing?
Throwing an exception in the constructor for bad values being passed in. Especially necessary in the config path as potential for elements to be left out etc.