Rewrite database tests to use PHPUnit DbUnits #111
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The database testing framework I implemented works, but not terribly well. Using PHPUnit's own facilities for this would almost certainly lead to more helpful failure output, just for a start.
However, we would first need a PDO driver for SQLite (see issue #72) assuming we want to continue largely testing from an in-memory database.
By now my purpose-built framework is, I suspect, actually better than DbUnit for our usage, so I'm closing this.