Agile PHP Testing

The best PHP and DB Conference of 2006php/db|works 2006 Session Schedulephp/db|works 2006 Session Synopsis Index → Agile PHP Testing

Speaker: Chris Shiflett
Start time: Wednesday @ 16:00
Duration: 1 hour
Talk synopsis: Most PHP testing frameworks don't seem to follow the "PHP way" of solving problems as simply and directly as possible. Isn't there a better way? Chris thinks so. You won't learn a lot of testing theory in this talk--there's no time for that. Instead, you'll learn how to get right down to business and test your PHP applications with a simple PHP testing library and some straightforward testing practices.

New Comment
This form allows you to type in a new comment. Keep in mind the following:
  • The system accepts input in plain text format. Newlines will be converted to the HTML equivalent, and the system will try to catch most URLs and make them clickable.
  • Your e-mail address will never be displayed. We will use it only to notify you when new comments are posted to this page.
  • As a rule, we do not delete comments unless they are offensive, racist, spam or otherwise inappropriate.
  • Bold fields are required
Your Name:
Your e-mail:
Type this number:
Subject:
Comment:
Comments   New Comment
[Comment deleted by administrator] (#217)
By amine on 2006-07-15 07:25:18

This comment was deleted by the system administrator

[Reply to this]

Re: Agile PHP Testing (#281)
By Mark on 2006-08-08 10:52:50

What is the "simple PHP testing library" to be discussed?

simpletest?

[Reply to this]

Re: Re: Agile PHP Testing (#300)
By Sebastian Bergmann on 2006-08-25 01:57:35

I think that Chris will cover his test-more.php testing library that is based on Perl's Test::Simple / Test::More testing library.

[Reply to this]