PHP Basic Acceptance Tests
From Aptana Development
General
The PHP editor is a subset of the HTML editor, so please perform the HTML Editor Basic Acceptance Tests editor tests and verify it works identically to the HTML editor. There are also minor acceptance tests in PHP Editor Basic Acceptance Tests
Compatibility
To ensure the Aptana Studio compatibility with the PDT project plug-ins, a series of sanity tests are required.
The main issues that need to be tested are:
- Editor
- Syntax highlighting
- Code assist
- Code folding
- Menu actions
- Debugger
- Check that the debugger is functional in both the Studio and the PDT.
- Check that the quick-launch shortcuts (from the editor’s menu) are functional.
- Check the debug preferences – See that there are no conflicts
- Debug launch configuration – See that the configurations are functional for the Studio and for the PDT launchers.
- Project wizard
- Check that both Aptana and PDT wizards exists and functional.
- Check that all related views are functional.
- Make sure that it’s possible to code in those projects while the PDT and Studio plugins are loaded together.
Note: This is just the initial sanity test list, and more should be added.


