Testing for php?

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

    Testing for php?

    Hi folks,

    How can I do testing in php? I just did a quick search and I cannot
    find too much info about it. The one sounds promosing is phpunit.de.
    Is it the right place?

    Thanks,

  • purcaholic

    #2
    Re: Testing for php?

    On 18 Mai, 08:48, Ming <minghu...@gmai l.comwrote:
    Hi folks,
    >
    How can I do testing in php? I just did a quick search and I cannot
    find too much info about it. The one sounds promosing is phpunit.de.
    Is it the right place?
    >
    Thanks,
    Hi Ming,

    i know 2 really interesting unit testing frameworks for php. The one
    is, as you wrote PHPUnit and the other one is SimpleTest. Have worked
    with both, and can recomment them for php unit tests.

    purcaholic

    Comment

    • Ming

      #3
      Re: Testing for php?

      On May 18, 12:41 am, purcaholic <purcaho...@goo glemail.comwrot e:
      On 18 Mai, 08:48, Ming <minghu...@gmai l.comwrote:
      >
      Hi folks,
      >
      How can I do testing in php? I just did a quick search and I cannot
      find too much info about it. The one sounds promosing is phpunit.de.
      Is it the right place?
      >
      Thanks,
      >
      Hi Ming,
      >
      i know 2 really interesting unit testing frameworks for php. The one
      is, as you wrote PHPUnit and the other one is SimpleTest. Have worked
      with both, and can recomment them for php unit tests.
      >
      purcaholic

      Thanks, purcaholic


      Comment

      Working...