Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "List of components to unit test."

Line 1: Line 1:
 
== Lexer (Model) ==
 
== Lexer (Model) ==
 
<table border=1 width=100%>
 
<table border=1 width=100%>
   <tr width=30% style="color: yellow; background-color: green;" >
+
   <tr style="color: yellow; background-color: green;" >
       <td> Feature <td> Responsibility <td> Status
+
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
   <tr width=50%>
+
   <tr>
 
       <td> PHP4 <td>  <td>  
 
       <td> PHP4 <td>  <td>  
   <tr width=20%>
+
   <tr>
 
       <td> PHP5 <td>  <td>  
 
       <td> PHP5 <td>  <td>  
 
   <tr>
 
   <tr>
Line 13: Line 13:
 
== Lexer (Highlighing) ==
 
== Lexer (Highlighing) ==
 
<table border=1>
 
<table border=1>
   <tr>
+
   <tr style="color: yellow; background-color: green;" >
       <td> Feature <td> Responsibility <td> Status
+
       <td width=50%> Feature <td width=30%> Responsibility <td width=20%> Status
 
   <tr>
 
   <tr>
 
       <td> PHP4 <td>  <td>  
 
       <td> PHP4 <td>  <td>  

Revision as of 10:42, 23 November 2006

Lexer (Model)

Feature Responsibility Status
PHP4
PHP5
Lex Errors

Lexer (Highlighing)

Feature Responsibility Status
PHP4
PHP5
Lex Errors

Parser

  • PHP4
  • PHP5
  • Parser Errors


Language model

  • PHP4
  • PHP5


User model

  • PHP4
  • PHP5
  • HTML & PHP

Include Path model

  • ZIP files
  • Folders
  • Variable
  • External / Internal

Partitioner

  • Functionality

DOM model

  • PHP DOM
  • Complex with HTML


Syntax Errors

  • Messages


Debug communication

Debug messages

Debug stack frame

Debug server

PHPIDE test framework

  • PHP Project
  • Goldens

Back to the top