Unit testing with PHPUnit2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xu

    Unit testing with PHPUnit2

    Hi is anyone working with PHPUnit2?

    I've got a problem, i dont know how to run a testsuite in a browser.
    At this moment i'm accessing the methods of the test classes, to see if
    i get any errors.

    With kind regards,

    Xu
  • Huabi Xu

    #2
    Re: Unit testing with PHPUnit2

    xu wrote:[color=blue]
    > Hi is anyone working with PHPUnit2?
    >
    > I've got a problem, i dont know how to run a testsuite in a browser.
    > At this moment i'm accessing the methods of the test classes, to see if
    > i get any errors.
    >
    > With kind regards,
    >
    > Xu[/color]
    Hmm it seems this answers my question... or am i wrong?:



    slide 25.

    Comment

    Working...