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
(New page: == Unit Tests Proposals for PHP 5.3 == === General === In this sesction general === Tests === 1. Case: <? class A {} $a = new | ?> Study:)
 
(Tests)
Line 3: Line 3:
 
=== General ===
 
=== General ===
 
In this sesction general
 
In this sesction general
 +
 +
=== Template ===
 +
Providing ...
 +
Case
 +
  
 
=== Tests ===
 
=== Tests ===
 +
 
1. Case: <? class A {} $a = new | ?>
 
1. Case: <? class A {} $a = new | ?>
 
   Study:
 
   Study:

Revision as of 10:01, 16 February 2009

Unit Tests Proposals for PHP 5.3

General

In this sesction general

Template

Providing ... Case


Tests

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

  Study:

Back to the top