About the Author

Chris Shiflett

Hi, I'm Chris, a web developer and a founding member of Analog. I live and work in Brooklyn, NY.


Agile PHP Testing at PHP Quebec

Next week, I'll be speaking at PHP Quebec in Montreal about testing PHP applications. Agile PHP Testing is a new talk that focuses on really simple approaches to testing, and I hope to demonstrate how creating a test suite is close to what you're probably already doing anyway.

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? I think so. You won't learn a lot of testing theory in this talk - there's no time for that. Instead, I show you how to get right down to business and test your PHP applications with a simple PHP testing library and some straightforward testing practices.

PHP Quebec has a grassroots feel to it, and I had a blast last year. Toby's photos can give you a feel for the conference.

I hope to see you there.

About This Post

Agile PHP Testing at PHP Quebec was posted on Tue, 21 Mar 2006 at 18:35:03 GMT.

4 Comments

1. MIke Willbanks's GravatarMIke Willbanks said:

Will you be publishing this talk at all for us fellows that are't going to be able to make it :)

I find that most unit testing is overkill for most php applications even if they are larger in scale so I tend to revert to a much small way of testing. I would be interested to see exactly how you are doing the test suite ;)

Wed, 22 Mar 2006 at 07:29:43 GMT Link


2. Chris Shiflett's GravatarChris Shiflett said:

Sure, I'll provide a PDF of the slides, and I might try to do another webcast (or screencast or whatever people call them).

Wed, 22 Mar 2006 at 13:31:43 GMT Link


3. Mark Hemingway's GravatarMark Hemingway said:

Hi Chris - any chance of that PDF? I'd be very interested to see your approach!

Mark

Thu, 08 Jun 2006 at 11:31:14 GMT Link


4. Chris Shiflett's GravatarChris Shiflett said:

http://brainbulb.com/agile-php-testing.pdf

The slides on this are particularly bare compared to the talk itself. I plan on reworking the slides to be a bit more informative, but that's not very high on my priority list. :-)

Please feel free to ask questions!

Thu, 08 Jun 2006 at 17:03:05 GMT Link


Post A Comment

Personal Details and Comment

Style Guide

Line breaks are converted to paragraphs. Also use:

  • <a href="" title="">text</a>1
  • <em>text</em>
  • <blockquote><p>text</p></blockquote>
  • <code>2  <?php  if ($foo) {      $foo = TRUE;  }  ?></code>
  1. Note: <code> can be used inline (e.g. in paragraphs) or in a block as shown. Include whitespace and newlines in blocks.

Please enter Chris (my first name) below. This is a primitive spam prevention technique, and I apologize for the inconvenience.

Preview and Submit

Upcoming Talks

ConFoo

10 - 12 Mar 2010

At Hilton Montréal Bonaventure, Montréal, Canada.

South by Southwest

12 - 16 Mar 2010

At Austin Convention Center, Austin, Texas.

Dutch PHP Conference

10 - 12 Jun 2010

At TBD, Amsterdam, Netherlands.

O'Reilly Open Source Convention

19 - 23 Jul 2010

At Oregon Convention Center, Portland, Oregon.

New Comments

liukang wrote:

I have problem with this example. In my php.ini magic_quotes_gpc is off so i'm using only addsla...

Posted in addslashes() Versus mysql_real_escape_string()
RyanTheGreat wrote:

Well, I'm not Chris, but I will do my best to address the questions raised in the comments by Ian...

Posted in Security Corner: Cross-Site Request Forgeries
Chris Shiflett wrote:

Thanks for the kind words, Simon. I'm glad you liked the tutorial. In case it's helpful, here'...

Posted in Webstock
Chris Shiflett wrote:

Hi Robin, I plan to post something about it, but it's going to be hard to express everything i...

Posted in Webstock
Simon Mahony wrote:

Hi Chris, I really enjoyed your workshop on the Evolution of Security at Webstock. I think I g...

Posted in Webstock

Browse Comments


Work and Books

Analog Essential PHP Security HTTP Developer's Handbook