Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Testing Framework - PDTT"

< PDT
(Tests)
(Unit Tests Proposals for PHP 5.3)
Line 1: Line 1:
== Unit Tests Proposals for PHP 5.3 ==
+
== pdtT - Test Basics for PHP 5.3 ==
 +
pdtt is a clone of the popular phpt
 +
 
 +
This is a clone for the PHP
 +
 
  
 
=== General ===
 
=== General ===

Revision as of 10:56, 16 February 2009

pdtT - Test Basics for PHP 5.3

pdtt is a clone of the popular phpt

This is a clone for the PHP


General

In this sesction general

Template

Providing ... Case


Tests

1. Case: <? class A {} $a = new | ?>

  Study:

Back to the top