Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1109359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T02:13:15+00:00 2026-05-17T02:13:15+00:00

PHPUnit ‘s own manual has some as-yet-unwritten sections entitled Operations and Database Testing Best

  • 0

PHPUnit‘s own manual has some as-yet-unwritten sections entitled “Operations” and “Database Testing Best Practices.”

What are best practices for testing a database with PHPUnit, particularly in MySQL?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T02:13:16+00:00Added an answer on May 17, 2026 at 2:13 am

    When I’m doing database testing with PHPUnit I load my MySQL dump at the start of the first suite which contains any of the information I’m assuming to be true across all tests. When each test starts I use a setupDatabase method. This method deletes all the rows from the tables I know have changed then it loads a flat XML dataset containing the data I need to hold true. After this is done I run whatever code I’m testing. Finally, I use a collection of simple methods to select rows from the database to assert the changes I made were done correctly.

    I wouldn’t say this is a best practice but’s worked pretty well for me. The only problems I’ve run into are having to do a find-and-replace on the XML datasets every time the schema changes and the tests run slowly as a result of all the deleting and inserting.

    The Zend Framework has an interesting library for PHPUnit that allows tests to compare a database table to a flat XML dataset but I haven’t had a chance to use it yet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just starting to try out phpunit on some existing code. The naming convention
I've got a PHPUnit mock object that returns 'return value' no matter what its
I use phpUnit on a integration server to run all tests and if I
I'm currently working with PHPUnit to try and develop tests alongside what I'm writing,
I'm starting to try and test my Doctrine objects with PHPUnit, and would like
PHPunit can create a multitude of result reports, but I am having trouble figuring
With PHPUnit it's quite easy to test raw PHP code, but what about code
I've just installed PHPUnit and wrote a quick class which I saved to C:\PHP
I have a PHPUnit Test class that I'd like to be ignored from a
I'm using PHPUnit and my traditional approach is to use mock objects and methods

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.