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

List of components to unit test.

Revision as of 08:35, 6 December 2006 by Unnamed Poltroon (Talk)

Core - Document Model

  • Lexer
Feature Responsibility Status
PHP4
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

yaronm done
PHP5
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc
edenk done
Lex Errors rganor done
Lexing of sample files and compare with goldens rganor done


  • DOM model
Feature Responsibility Status
PHP DOM
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
DOM modeling of sample files and compare with goldens rganor done


  • Source Parser
Feature Responsibility Status
Tokenizer
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
Source Parser
  1. Pure PHP file structure
  2. PHP code embedded in HTML tag
  3. PHP code as html attribute key
  4. PHP code as html attribute value
Operating SourceParser on sample files and compare with goldens rganor done


  • PHP Partitioner
Feature Responsibility Status
  1. Partitioner - COMMENT (Line + block)
  2. Partitioner - STRING
  3. Partitioner - DEFAULT
Partitioner on sample files and compare with goldens rganor done


Code - PHP Model

  • Lexer (Model)
Feature Responsibility Status
PHP4
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

yaronm done
PHP5
  1. Reserved words
  2. Operators
  3. Strings
  4. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  5. Heredoc

edenk done
Lex Errors rganor done
Lexing of sample files and compare with goldens rganor done
  • Parser
Feature Responsibility Status
Client Parser
PHP5
Parser Errors
  • Language model
Feature Responsibility Status
PHP4 - Golden the language model
PHP5 - Golden the language model
  • User model
Feature Responsibility Status
PHP4
PHP5
HTML & PHP
  • Include Path model
Feature Responsibility Status
ZIP files
Folders
Variable
External / Internal
  • Syntax Errors
Feature Responsibility Status
Messages


Core - Formatter

Feature Responsibility Status


Debug communication

Feature Responsibility Status


Debug messages

Feature Responsibility Status


Debug stack frame

Feature Responsibility Status

Debug server

Feature Responsibility Status

PHPIDE test framework

Feature Responsibility Status
PHP Project rganor done
Goldens rganor done

Back to the top