Quantcast
Channel: PHP Hypertext Processor
Viewing all articles
Browse latest Browse all 69

Database Tests With PHPUnit

$
0
0
Most of us do not use PHPUnit solely for Unit Tests but we also write Integration or Acceptance Tests with PHPUnit. One very common question then is how to interact with the database correctly in those tests. Let me show you the different options and their trade offs…

Viewing all articles
Browse latest Browse all 69

Trending Articles