The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Improved Skeleton Generator in PHPUnit 3

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Improved Skeleton Generator in PHPUnit 3 Posted: Sep 24, 2006 7:32 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Improved Skeleton Generator in PHPUnit 3
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
PHPUnit can help you write your tests by analyzing the code of an existing class and generating a skeleton test-case class for it. With PHPUnit 3 this feature will be more powerful as it now supports @test annotations in the class source.

A @test (1, 2) == 3 annotation for a method with signature add($a, $b) will generate a test method that calls add(1, 2) and expects 3 as the result.
Continue reading "Improved Skeleton Generator in PHPUnit 3"

Read: Improved Skeleton Generator in PHPUnit 3

Topic: PHP Creating charts with JGraph Previous Topic   Next Topic Topic: Blocking access to the login page after three unsuccessful login attempts

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use