FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PDO Unit Tests
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PDO Unit Tests [message #181800 is a reply to message #181798] Mon, 03 June 2013 16:27 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 6/3/2013 11:53 AM, Bennett Talpers wrote:
> Are there any unit tests that test PDO functionality?
>

Sure - the ones you write.

Proper unit tests are VERY SPECIFIC to the unit being tested.

A proper unit test will use both valid and invalid values and
combinations of operations to ensure not only does it work when it
should, it also rejects improper data and/or operations.

Therefore, what is valid for one unit is almost never valid for another
unit.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: php contact form with AES encrypt and sessions for a multipage contact form - Driving me mad what ma i doing wrong
Next Topic: I am having some difficulties with Tooltip...
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 09:29:16 GMT 2024

Total time taken to generate the page: 0.03474 seconds