1
vote
2answers
333 views
Testing form inputs in PHPUnit
What's the best way to test $_GET and $_POST inputs in PHPUnit?
I have a class that sanitises input and want to check that it works correctly when processing bogus …
0
votes
Directory layout for PHPUnit tests?
I put my test cases next the the source in a file with the same name but a .phpt extension. The deployment script simply filters out *.phpt when they push to production.
…
